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>
+#
+# Copyright OpenEmbedded Contributors
+#
+# SPDX-License-Identifier: MIT
+#
# Set up the environment for building kernel modules
def kernel_module_os_env(d, env_dict):