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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user