mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-08 15:30:08 +00:00
arm/edk2-firmware: move the gcc toolchain force to the versioned recipe
Hopefully this issue can be fixed in a newer release. Move the toolchain forcing to the versioned so that it can be tracked easier. Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -82,9 +82,6 @@ EDK_COMPILER:toolchain-clang = "CLANGDWARF"
|
||||
export CLANG38_AARCH64_PREFIX = "${TARGET_PREFIX}"
|
||||
export CLANG38_ARM_PREFIX = "${TARGET_PREFIX}"
|
||||
|
||||
#FIXME - arm32 doesn't work with clang due to a linker issue
|
||||
TOOLCHAIN:arm = "gcc"
|
||||
|
||||
do_configure:prepend() {
|
||||
sed -i -e "s#-target ${HOST_ARCH}-linux-gnu.*#-target ${HOST_SYS}#" ${S}/BaseTools/Conf/tools_def.template
|
||||
}
|
||||
|
||||
@@ -3,4 +3,7 @@ require recipes-bsp/uefi/edk2-firmware.inc
|
||||
SRCREV_edk2 ?= "d46aa46c8361194521391aa581593e556c707c6e"
|
||||
SRCREV_edk2-platforms ?= "d82aa92c1d360c1b53ccad4dc45bdd8164a560d5"
|
||||
|
||||
SRC_URI += " file://edk2_fix_epoch.patch"
|
||||
SRC_URI += "file://edk2_fix_epoch.patch"
|
||||
|
||||
#FIXME - arm32 doesn't work with clang due to a linker issue
|
||||
TOOLCHAIN:arm = "gcc"
|
||||
|
||||
Reference in New Issue
Block a user