]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
yocto-layer / yocto-bsp: tweak layer.conf comment
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 9 Apr 2013 14:21:58 +0000 (15:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Apr 2013 12:03:20 +0000 (13:03 +0100)
We have recipes-* directories not a recipes directory; this is left over
from the old old layout (2010).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/bsp/substrate/target/arch/common/conf/layer.conf
scripts/lib/bsp/substrate/target/arch/layer/conf/layer.conf

index 97029dd7e4011b92085a8b6d4e3df13bcec9bce4..5529f45954af37cc3eb06070bab4c07fb7514bc2 100644 (file)
@@ -1,7 +1,7 @@
 # We have a conf and classes directory, add to BBPATH
 BBPATH .= ":${LAYERDIR}"
 
-# We have a recipes directory, add to BBFILES
+# We have a recipes-* directories, add to BBFILES
 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
        ${LAYERDIR}/recipes-*/*/*.bbappend"
 
index 76153f3f8fffa0aa95160eaa85f8f60b34fa8001..bdffe171957058bda3a1a26aca2d812b5d2ba9a7 100644 (file)
@@ -1,7 +1,7 @@
 # We have a conf and classes directory, add to BBPATH
 BBPATH .= ":${LAYERDIR}"
 
-# We have a recipes directory, add to BBFILES
+# We have recipes-* directories, add to BBFILES
 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
        ${LAYERDIR}/recipes-*/*/*.bbappend"