1
0
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:
Jon Mason
2026-03-11 08:12:42 -04:00
parent 65c98dfef3
commit 53ccc1ba35
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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