From: Chris Larson Date: Wed, 21 Apr 2010 22:13:01 +0000 (-0700) Subject: Add an initial layer.conf for use with bitbake's bblayers support, for convenience X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8042798664fc6d6ded3aeaa333dbb33658257c;p=openembedded.git Add an initial layer.conf for use with bitbake's bblayers support, for convenience Signed-off-by: Chris Larson --- 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}/"