1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm/edk2-firmware: apply VLA fix to all edk2 builds

sbsa-acs was fixed to solve the VLA compiler error with GCC 11, but the
problem is in EDK2 and not specific to sbsa-acs.

Apply the patch in edk2-firmware.inc so that all recipes get the fix.

Change-Id: I56b07fa0610d47bd89c1ce37cfac1205a90a4083
Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2021-06-17 17:28:38 +01:00
parent 223323bc0c
commit 14b2b0b7cd
3 changed files with 1 additions and 1 deletions
@@ -18,6 +18,7 @@ EDK2_PLATFORMS_SRC_URI = "git://github.com/tianocore/edk2-platforms.git"
SRC_URI = "\
${EDK2_SRC_URI};name=edk2;destsuffix=edk2;nobranch=1 \
${EDK2_PLATFORMS_SRC_URI};name=edk2-platforms;destsuffix=edk2/edk2-platforms;nobranch=1 \
file://0001-Fix-VLA-parameter-warning.patch \
"
SRCREV_FORMAT = "edk2_edk2-platforms"
@@ -10,7 +10,6 @@ SRC_URI += "git://github.com/ARM-software/sbsa-acs;destsuffix=edk2/ShellPkg/Appl
file://shell.patch \
file://0001-pal_uefi-Fix-enum-conversion.patch \
file://use_bfd_linker.patch \
file://0001-Fix-VLA-parameter-warning.patch \
"
SRCREV_acs = "1b3a37214fe6809e07e471f79d1ef856461bc803"