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, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index 82e792351f..4f8e391428 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -206,7 +206,7 @@ do_kernel_metadata() {
206 # SRC_URI. If they were supplied, we convert them into include directives 206 # SRC_URI. If they were supplied, we convert them into include directives
207 # for the update part of the process 207 # for the update part of the process
208 for f in ${feat_dirs}; do 208 for f in ${feat_dirs}; do
209 if [ -d "${WORKDIR}/$f/meta" ]; then 209 if [ -d "${WORKDIR}/$f/kernel-meta" ]; then
210 includes="$includes -I${WORKDIR}/$f/kernel-meta" 210 includes="$includes -I${WORKDIR}/$f/kernel-meta"
211 elif [ -d "${WORKDIR}/../oe-local-files/$f" ]; then 211 elif [ -d "${WORKDIR}/../oe-local-files/$f" ]; then
212 includes="$includes -I${WORKDIR}/../oe-local-files/$f" 212 includes="$includes -I${WORKDIR}/../oe-local-files/$f"