]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-*/conf/layer.conf: tweak BBFILES comment
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 9 Apr 2013 14:19:17 +0000 (15:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Apr 2013 07:46:10 +0000 (08:46 +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-hob/conf/layer.conf
meta-skeleton/conf/layer.conf
meta/conf/layer.conf

index 6df27ac5a354701e6287aad8858beddd480addd1..1785e65ddabafe44dff001b652591ae85230db94 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"
 
 BBFILE_COLLECTIONS += "hob"
index 10031c1e2ad4743cdd6f26b94f72575d5f2bef1e..99830d823f5622ca5ad8f03ed38dae9f3d4a60b5 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"
 
 BBFILE_COLLECTIONS += "skeleton"
index 23ef09a183daa5fd2598c7d7f7ba4590ce419880..a112e8632ae40046f89e5556603d3d33b3e32c68 100644 (file)
@@ -1,6 +1,6 @@
 # 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"
 
 BBFILE_COLLECTIONS += "core"