summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/kernel-yocto.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/kernel-yocto.bbclass')
-rw-r--r--meta/classes-recipe/kernel-yocto.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/kernel-yocto.bbclass b/meta/classes-recipe/kernel-yocto.bbclass
index 1a6695ba7e..7de99cff56 100644
--- a/meta/classes-recipe/kernel-yocto.bbclass
+++ b/meta/classes-recipe/kernel-yocto.bbclass
@@ -212,7 +212,7 @@ do_kernel_metadata() {
212 # SRC_URI. If they were supplied, we convert them into include directives 212 # SRC_URI. If they were supplied, we convert them into include directives
213 # for the update part of the process 213 # for the update part of the process
214 for f in ${feat_dirs}; do 214 for f in ${feat_dirs}; do
215 if [ -d "${WORKDIR}/$f/meta" ]; then 215 if [ -d "${WORKDIR}/$f/kernel-meta" ]; then
216 includes="$includes -I${WORKDIR}/$f/kernel-meta" 216 includes="$includes -I${WORKDIR}/$f/kernel-meta"
217 elif [ -d "${WORKDIR}/../oe-local-files/$f" ]; then 217 elif [ -d "${WORKDIR}/../oe-local-files/$f" ]; then
218 includes="$includes -I${WORKDIR}/../oe-local-files/$f" 218 includes="$includes -I${WORKDIR}/../oe-local-files/$f"