[2/2] arm-toolchain/layer.conf: remove BB_DANGLINGAPPENDS_WARNONLY

Message ID 20220523143846.2645047-2-ross.burton@arm.com
State New
Headers show
Series [1/2] arm-bsp/linux-yocto: move 5.4 kernel recipe to meta-gem5 | expand

Commit Message

Ross Burton May 23, 2022, 2:38 p.m. UTC
This appears to be historical from when the toolchain was in meta-linaro.

It isn't needed anymore, there's one bbappend in meta-arm-toolchain for
grub which is part of oe-core, so will never be dangling.

This variable has a global effect, so leaving it in here has a negative
impact on users.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm-toolchain/conf/layer.conf | 3 ---
 1 file changed, 3 deletions(-)

Patch

diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
index 3512c345..dd54db82 100644
--- a/meta-arm-toolchain/conf/layer.conf
+++ b/meta-arm-toolchain/conf/layer.conf
@@ -11,8 +11,5 @@  BBFILE_PRIORITY_arm-toolchain = "5"
 LAYERDEPENDS_arm-toolchain = "core"
 LAYERSERIES_COMPAT_arm-toolchain = "kirkstone"
 
-# do not error out on bbappends for missing recipes
-BB_DANGLINGAPPENDS_WARNONLY = "true"
-
 # These variables are used for armcompiler license
 BB_BASEHASH_IGNORE_VARS:append = " ARM_TOOL_VARIANT ARMLMD_LICENSE_FILE LM_LICENSE_FILE"