[oe-commits] Chris Larson : Add an initial layer.conf for use with bitbake' s bblayers support, for convenience

git version control git at git.openembedded.org
Wed Apr 21 22:16:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4f8042798664fc6d6ded3aeaa333dbb33658257c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4f8042798664fc6d6ded3aeaa333dbb33658257c

Author: Chris Larson <clarson at kergoth.com>
Date:   Wed Apr 21 15:13:01 2010 -0700

Add an initial layer.conf for use with bitbake's bblayers support, for convenience

Signed-off-by: Chris Larson <clarson at kergoth.com>

---

 conf/layer.conf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..c95f9c0
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,5 @@
+BBFILES += "${LAYERDIR}/recipes/*/*.bb"
+BBPATH .= ":${LAYERDIR}"
+BBFILE_COLLECTIONS += "oe"
+BBFILE_PRIORITY_oe = "0"
+BBFILE_PATTERN_oe = "^${LAYERDIR}/"





More information about the Openembedded-commits mailing list