summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel-yocto.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-10 18:21:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-12 11:56:44 +0100
commit880c1ea3edc8edef974e65b2d424fc36809ea034 (patch)
tree4eae776bb0307334450e7a68300710a1689d5807 /meta/classes/kernel-yocto.bbclass
parentffa7556ae58dd4d806bf1881f5e208d16a64b833 (diff)
downloadopenembedded-core-880c1ea3edc8edef974e65b2d424fc36809ea034.tar.gz
classes: Add copyright statements to files without one
Where there isn't a copyright statement, add one to make it explicit. Also drop editor config lines where they were present. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/kernel-yocto.bbclass')
-rw-r--r--meta/classes/kernel-yocto.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index ce1446f7aa..9f327933a1 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -1,3 +1,7 @@
+#
+# Copyright OpenEmbedded Contributors
+#
+
# remove tasks that modify the source tree in case externalsrc is inherited
SRCTREECOVEREDTASKS += "do_validate_branches do_kernel_configcheck do_kernel_checkout do_fetch do_unpack do_patch"
PATCH_GIT_USER_EMAIL ?= "kernel-yocto@oe"