summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-10-01 14:10:21 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-22 02:01:27 +0100
commitc39c146d01a282e642523a1a2a79c0729beef348 (patch)
tree0b32df62a78d7a4732c4d5766250175981c53975 /conf
parenta401b1044f6223c01a916a0e607135be970d1641 (diff)
layer.conf: warn only if dangling bbappends are found
With the drop of meta-linaro-toolchain bbappend files without a matching bb file lead to a fatal ERROR. Keep this a warning in our setup. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index c00306b..caa6e17 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -17,3 +17,5 @@ BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \
for layer in BBFILE_COLLECTIONS.split())}"
LAYERDEPENDS_toradex-bsp-common-layer = "core"
+
+BB_DANGLINGAPPENDS_WARNONLY = "true" \ No newline at end of file