summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel-yocto.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/kernel-yocto.bbclass')
-rw-r--r--meta/classes/kernel-yocto.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index 53659f2f37..6160a29ecb 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -1,5 +1,7 @@
1# remove tasks that modify the source tree in case externalsrc is inherited 1# remove tasks that modify the source tree in case externalsrc is inherited
2SRCTREECOVEREDTASKS += "do_kernel_configme do_validate_branches do_kernel_configcheck do_kernel_checkout do_fetch do_unpack do_patch" 2SRCTREECOVEREDTASKS += "do_kernel_configme do_validate_branches do_kernel_configcheck do_kernel_checkout do_fetch do_unpack do_patch"
3PATCH_GIT_USER_EMAIL ?= "kernel-yocto@oe"
4PATCH_GIT_USER_NAME ?= "OpenEmbedded"
3 5
4# returns local (absolute) path names for all valid patches in the 6# returns local (absolute) path names for all valid patches in the
5# src_uri 7# src_uri
@@ -159,6 +161,7 @@ do_kernel_metadata() {
159do_patch() { 161do_patch() {
160 cd ${S} 162 cd ${S}
161 163
164 check_git_config
162 meta_dir=$(kgit --meta) 165 meta_dir=$(kgit --meta)
163 (cd ${meta_dir}; ln -sf patch.queue series) 166 (cd ${meta_dir}; ln -sf patch.queue series)
164 if [ -f "${meta_dir}/series" ]; then 167 if [ -f "${meta_dir}/series" ]; then