summaryrefslogtreecommitdiffstats
path: root/meta-linaro-toolchain/conf/layer.conf
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:46:13 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:46:13 +0200
commit8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch)
treeeb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro-toolchain/conf/layer.conf
downloadmeta-linaro-dizzy-enea.tar.gz
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-linaro-toolchain/conf/layer.conf')
-rw-r--r--meta-linaro-toolchain/conf/layer.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-linaro-toolchain/conf/layer.conf b/meta-linaro-toolchain/conf/layer.conf
new file mode 100644
index 0000000..7e96dcd
--- /dev/null
+++ b/meta-linaro-toolchain/conf/layer.conf
@@ -0,0 +1,13 @@
1BBPATH .= ":${LAYERDIR}"
2BBFILES += "\
3 ${LAYERDIR}/recipes-*/*/*.bb \
4 ${LAYERDIR}/recipes-*/*/*.bbappend \
5 "
6
7BBFILE_COLLECTIONS += "linaro-toolchain"
8BBFILE_PATTERN_linaro-toolchain := "^${LAYERDIR}/"
9BBFILE_PRIORITY_linaro-toolchain = "30"
10
11# do not error out on bbappends for missing recipes
12BB_DANGLINGAPPENDS_WARNONLY = "true"
13