From 4f8042798664fc6d6ded3aeaa333dbb33658257c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 21 Apr 2010 15:13:01 -0700 Subject: Add an initial layer.conf for use with bitbake's bblayers support, for convenience Signed-off-by: Chris Larson --- conf/layer.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf/layer.conf 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}/" -- cgit v1.2.3