From c39c146d01a282e642523a1a2a79c0729beef348 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 1 Oct 2017 14:10:21 +0200 Subject: 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 Acked-by: Marcel Ziswiler --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') 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 -- cgit v1.2.3