aboutsummaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf
index 89ed171003..e012f24092 100644
--- a/meta-yocto/conf/layer.conf
+++ b/meta-yocto/conf/layer.conf
@@ -1,7 +1,7 @@
# We have a conf and classes directory, add to BBPATH
BBPATH =. "${LAYERDIR}:"
-# We have a packages directory, add to BBFILES
+# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"