From: Adrian Freihofer Date: Fri, 6 Mar 2026 21:08:35 +0000 (+0100) Subject: kernel_module.py: add missing license header X-Git-Tag: uninative-5.1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ca64560e1309f6f3235bc878a3faaae647e467e;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git kernel_module.py: add missing license header This is a fixup for commit 570dd06a703c9346672055d52a2461f2715a515b module.bbclass: move environment setup to kernel_module.py Copy also the MIT SPDX license header from the file where this lines were copied from. Signed-off-by: Adrian Freihofer Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oe/kernel_module.py b/meta/lib/oe/kernel_module.py index 678f7de03b..0d27fbaa57 100644 --- a/meta/lib/oe/kernel_module.py +++ b/meta/lib/oe/kernel_module.py @@ -1,3 +1,8 @@ +# +# Copyright OpenEmbedded Contributors +# +# SPDX-License-Identifier: MIT +# # Set up the environment for building kernel modules def kernel_module_os_env(d, env_dict):