Add an initial layer.conf for use with bitbake's bblayers support, for convenience
authorChris Larson <clarson@kergoth.com>
Wed, 21 Apr 2010 22:13:01 +0000 (15:13 -0700)
committerChris Larson <clarson@kergoth.com>
Wed, 21 Apr 2010 22:16:22 +0000 (15:16 -0700)
Signed-off-by: Chris Larson <clarson@kergoth.com>
conf/layer.conf [new file with mode: 0644]

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