mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 14:30:10 +00:00
arm-bsp/edk2-firmware: allow clang builds on juno
This now works, so there's no need to restrict it to gcc. Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
@@ -3,7 +3,3 @@ EDK2_PLATFORM_DSC = "Platform/ARM/JunoPkg/ArmJuno.dsc"
|
||||
EDK2_BIN_NAME = "BL33_AP_UEFI.fd"
|
||||
|
||||
COMPATIBLE_MACHINE = "juno"
|
||||
|
||||
# As of 2022-06-14 with 2022.05, clang builds fail:
|
||||
# "The required fv image size 0x104048 exceeds the set fv image size 0xf9000"
|
||||
TOOLCHAIN = "gcc"
|
||||
|
||||
Reference in New Issue
Block a user