1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-08 05:09:56 +00:00

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 <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2022-02-22 10:38:08 +00:00
parent 74bd32b2e6
commit 63e06127c0
+2 -1
View File
@@ -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"