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