From ccbe10596d6d76c8b15df47ceb1004b226a91f69 Mon Sep 17 00:00:00 2001 From: Manjukumar Matha Date: Wed, 13 Mar 2019 11:18:47 -0700 Subject: layer.conf: Add warning for dangling bbappends This layer depends on openembedded-layer for xf86 recipe.Make BitBake throw an warning for situations where an append file (.bbappend) has no corresponding recipe file Signed-off-by: Manjukumar Matha --- meta-xilinx-bsp/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-xilinx-bsp') diff --git a/meta-xilinx-bsp/conf/layer.conf b/meta-xilinx-bsp/conf/layer.conf index 847e5c17..437616cf 100644 --- a/meta-xilinx-bsp/conf/layer.conf +++ b/meta-xilinx-bsp/conf/layer.conf @@ -13,3 +13,5 @@ LAYERDEPENDS_xilinx = "core" LAYERSERIES_COMPAT_xilinx = "warrior" +BB_DANGLINGAPPENDS_WARNONLY ?= "1" + -- cgit v1.2.3-54-g00ecf