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.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index 1b73e6edbf..7fdefcf221 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -92,6 +92,8 @@ do_patch() {
92 fi 92 fi
93 done 93 done
94 94
95 patch_dirs="${patch_dirs} ${WORKDIR}"
96
95 # add any explicitly referenced features onto the end of the feature 97 # add any explicitly referenced features onto the end of the feature
96 # list that is passed to the kernel build scripts. 98 # list that is passed to the kernel build scripts.
97 if [ -n "${KERNEL_FEATURES}" ]; then 99 if [ -n "${KERNEL_FEATURES}" ]; then