[oe-commits] Paul Eggleton : meta-*/conf/layer.conf: tweak BBFILES comment

git at git.openembedded.org git at git.openembedded.org
Wed Apr 10 08:20:59 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: c71fa87bc2e7155e69ea5ff7a284a05073602eed
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c71fa87bc2e7155e69ea5ff7a284a05073602eed

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Tue Apr  9 15:19:17 2013 +0100

meta-*/conf/layer.conf: tweak BBFILES comment

"packages" was the old name (pre-2010) under which the recipe files were
stored.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta-hob/conf/layer.conf      |    2 +-
 meta-skeleton/conf/layer.conf |    2 +-
 meta/conf/layer.conf          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-hob/conf/layer.conf b/meta-hob/conf/layer.conf
index 6df27ac..1785e65 100644
--- a/meta-hob/conf/layer.conf
+++ b/meta-hob/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"
 
 BBFILE_COLLECTIONS += "hob"
diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf
index 10031c1..99830d8 100644
--- a/meta-skeleton/conf/layer.conf
+++ b/meta-skeleton/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"
 
 BBFILE_COLLECTIONS += "skeleton"
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 23ef09a..a112e86 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -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"





More information about the Openembedded-commits mailing list