From 63e06127c0c2fb1d9d3b236474aca34af1444c9e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 22 Feb 2022 10:38:08 +0000 Subject: [PATCH] arm/edk2-firmware: expand comment We currently disable release builds with Clang, but it appears the underlying issue has been fixed upstream so make a note that we should be able to turn release builds back on with EDK2 202202. Signed-off-by: Ross Burton --- meta-arm/recipes-bsp/uefi/edk2-firmware.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arm/recipes-bsp/uefi/edk2-firmware.inc b/meta-arm/recipes-bsp/uefi/edk2-firmware.inc index 8057e887..b1595e85 100644 --- a/meta-arm/recipes-bsp/uefi/edk2-firmware.inc +++ b/meta-arm/recipes-bsp/uefi/edk2-firmware.inc @@ -27,7 +27,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" EDK2_BUILD_RELEASE = "1" # Release builds don't work with clang yet: -# https://bugzilla.tianocore.org/show_bug.cgi?id=3758 +# https://bugzilla.tianocore.org/show_bug.cgi?id=3758. +# Can be removed in 202202 (c9b7c6e) EDK2_BUILD_RELEASE:toolchain-clang = "0" EDK2_PLATFORM = "unset"