aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"