]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
meta-yocto*/conf/layer.conf: tweak BBFILES comments
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 9 Apr 2013 14:21:59 +0000 (15:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Apr 2013 12:03:29 +0000 (13:03 +0100)
"packages" was the old name (pre-2010) under which the recipe files were
stored.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto-bsp/conf/layer.conf
meta-yocto/conf/layer.conf

index 18544bd0cfb63b48f3a9aeddd4c9c25d8b8a4bc8..2be7cc3681813c9924b4103d97bd55f26736e94f 100644 (file)
@@ -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"
 
index 89ed1710038b44bef8738f46fa5beb6782516ad5..e012f2409267cb3a4377351fd522ef920f024e73 100644 (file)
@@ -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"