]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
kernel_module.py: add missing license header
authorAdrian Freihofer <adrian.freihofer@siemens.com>
Fri, 6 Mar 2026 21:08:35 +0000 (22:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Mar 2026 17:29:24 +0000 (17:29 +0000)
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 <adrian.freihofer@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/kernel_module.py

index 678f7de03b4e51192d4d69c25950cc9c0859d69b..0d27fbaa57ff9152e920b47ea2fe0bc2dc25c7ec 100644 (file)
@@ -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):