mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
The edk file removed xorg from being tested, which is currently working on qemuarm and qemuarm64. Also, the section name collies with one in fvp.yml, which has other things that are removed. Remove this removal to get things working as expected. Signed-off-by: Jon Mason <jon.mason@arm.com>
18 lines
440 B
YAML
18 lines
440 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
|
|
|
|
header:
|
|
version: 14
|
|
|
|
local_conf_header:
|
|
bootfirmware: |
|
|
PREFERRED_PROVIDER_virtual/bootloader = "edk2-firmware"
|
|
MACHINE_FEATURES += "efi"
|
|
TFA_UBOOT = "0"
|
|
TFA_UEFI = "1"
|
|
|
|
EXTRA_IMAGEDEPENDS += "edk2-firmware"
|
|
EFI_PROVIDER ?= "grub-efi"
|
|
|
|
QB_DEFAULT_BIOS = "QEMU_EFI.fd"
|
|
WKS_FILE ?= "efi-disk.wks.in"
|