From 5c84950712f0ea8443bcc4cab436c5d1973e26c6 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 23 May 2022 15:38:46 +0100 Subject: [PATCH] arm-toolchain/layer.conf: remove BB_DANGLINGAPPENDS_WARNONLY 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 Signed-off-by: Jon Mason --- meta-arm-toolchain/conf/layer.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf index d0ca75ad..f3c5a9ab 100644 --- a/meta-arm-toolchain/conf/layer.conf +++ b/meta-arm-toolchain/conf/layer.conf @@ -14,8 +14,5 @@ LICENSE_PATH += "${LAYERDIR}/custom-licenses" LAYERDEPENDS_arm-toolchain = "core" LAYERSERIES_COMPAT_arm-toolchain = "gatesgarth" -# do not error out on bbappends for missing recipes -BB_DANGLINGAPPENDS_WARNONLY = "true" - # These variables are used for armcompiler license BB_HASHBASE_WHITELIST_append = " ARM_TOOL_VARIANT ARMLMD_LICENSE_FILE LM_LICENSE_FILE"