aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain/conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-03-13 14:44:35 +0100
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-03-13 14:44:35 +0100
commit6bf79e7f2983bb11b68474fa3c335bf92b9c8c14 (patch)
treed7ca3e3683a6cd1ff2f388924c7e5cd01d3347c7 /meta-linaro-toolchain/conf
parent12a612e83924ad5f9ddf2f41df41c35eb744a3fc (diff)
meta-linaro-toolchain: add layer config
Diffstat (limited to 'meta-linaro-toolchain/conf')
-rw-r--r--meta-linaro-toolchain/conf/layer.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-linaro-toolchain/conf/layer.conf b/meta-linaro-toolchain/conf/layer.conf
new file mode 100644
index 00000000..ed1ff681
--- /dev/null
+++ b/meta-linaro-toolchain/conf/layer.conf
@@ -0,0 +1,14 @@
+BBPATH .= ":${LAYERDIR}"
+BBFILES += "\
+ ${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend \
+ "
+
+BBFILE_COLLECTIONS += "linaro-toolchain"
+BBFILE_PATTERN_linaro-toolchain := "^${LAYERDIR}/"
+BBFILE_PRIORITY_linaro-toolchain = "10"
+
+# do not error out on bbappends for missing recipes
+BB_DANGLINGAPPENDS_WARNONLY = "true"
+
+LAYERDEPENDS_linaro-toolchain = "toolchain-layer"