diff options
author | Chris Larson <clarson@kergoth.com> | 2010-04-21 15:13:01 -0700 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2010-04-21 15:16:22 -0700 |
commit | 4f8042798664fc6d6ded3aeaa333dbb33658257c (patch) | |
tree | 1cd1cbfbf69f1fe151879d430dac9d9dfba9ec45 /conf | |
parent | f74cf50c4da886ae1da3bc4a96eba6e54cf7d30e (diff) |
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')
-rw-r--r-- | 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 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}/" |