aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2010-04-21 15:13:01 -0700
committerChris Larson <clarson@kergoth.com>2010-04-21 15:16:22 -0700
commit4f8042798664fc6d6ded3aeaa333dbb33658257c (patch)
tree1cd1cbfbf69f1fe151879d430dac9d9dfba9ec45 /conf/layer.conf
parentf74cf50c4da886ae1da3bc4a96eba6e54cf7d30e (diff)
downloadopenembedded-4f8042798664fc6d6ded3aeaa333dbb33658257c.tar.gz
Add an initial layer.conf for use with bitbake's bblayers support, for convenience
Signed-off-by: Chris Larson <clarson@kergoth.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000000..c95f9c09dd
--- /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}/"