mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
arm/qemuarm64: fix edk2 and test it
edk2 has been broken on qemuarm64 for an unknown amount of time. Add it to CI to prevent this from happening (until edk2 works on qemuarm64-secureboot). Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -271,6 +271,7 @@ qemuarm64:
|
||||
parallel:
|
||||
matrix:
|
||||
- DISTRO: poky-tiny
|
||||
FIRMWARE: [u-boot, edk2]
|
||||
TESTING: testimage
|
||||
- VIRT: xen
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
COMPATIBLE_MACHINE:qemuarm64 = "qemuarm64"
|
||||
EDK2_PLATFORM:qemuarm64 = "ArmVirtQemu-AARCH64"
|
||||
EDK2_PLATFORM:qemuarm64 = "ArmVirtQemu-AArch64"
|
||||
EDK2_PLATFORM_DSC:qemuarm64 = "ArmVirtPkg/ArmVirtQemu.dsc"
|
||||
EDK2_BIN_NAME:qemuarm64 = "QEMU_EFI.fd"
|
||||
# No need for PXE booting in qemu, disable to reduce unnecessary noise
|
||||
|
||||
Reference in New Issue
Block a user