summaryrefslogtreecommitdiffstats
path: root/meta-linaro/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro/conf/layer.conf')
-rw-r--r--meta-linaro/conf/layer.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-linaro/conf/layer.conf b/meta-linaro/conf/layer.conf
new file mode 100644
index 0000000..c019548
--- /dev/null
+++ b/meta-linaro/conf/layer.conf
@@ -0,0 +1,15 @@
1BBPATH .= ":${LAYERDIR}"
2BBFILES += "\
3 ${LAYERDIR}/recipes-*/*/*.bb \
4 ${LAYERDIR}/recipes-*/*/*.bbappend \
5 "
6
7BBFILE_COLLECTIONS += "linaro"
8BBFILE_PATTERN_linaro := "^${LAYERDIR}/"
9BBFILE_PRIORITY_linaro = "25"
10
11# do not error out on bbappends for missing recipes (mysql5)
12BB_DANGLINGAPPENDS_WARNONLY = "true"
13
14# we need meta-networking for (lib)memcached
15LAYERDEPENDS_linaro = "networking-layer"