mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-19 16:57:09 +00:00
1590c21805
Change to use sato by default. Unfortunately, there are some bugs found by this change. For those systems, change it back to base until the issues can be resolved. Signed-off-by: Jon Mason <jon.mason@arm.com>
18 lines
385 B
YAML
18 lines
385 B
YAML
header:
|
|
version: 11
|
|
|
|
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"
|
|
failing_tests: |
|
|
TEST_SUITES:remove = "xorg"
|