diff options
Diffstat (limited to 'meta-linaro-integration/conf')
-rw-r--r-- | meta-linaro-integration/conf/layer.conf | 16 |
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 @@ | |||
1 | BBPATH .= ":${LAYERDIR}" | ||
2 | BBFILES += "\ | ||
3 | ${LAYERDIR}/recipes-*/*/*.bb \ | ||
4 | ${LAYERDIR}/recipes-*/*/*.bbappend \ | ||
5 | " | ||
6 | |||
7 | BBFILE_COLLECTIONS += "linaro-integration" | ||
8 | BBFILE_PATTERN_linaro-integration := "^${LAYERDIR}/" | ||
9 | BBFILE_PRIORITY_linaro-integration = "30" | ||
10 | |||
11 | # do not error out on bbappends for missing recipes | ||
12 | BB_DANGLINGAPPENDS_WARNONLY = "true" | ||
13 | |||
14 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | ||
15 | gcc-cross-${TARGET_ARCH}->glibc \ | ||
16 | " | ||