Skip to content
Snippets Groups Projects
Commit 71c1733a authored by Luca Seritan's avatar Luca Seritan
Browse files

qemu-efi.inc: Enable EFI configs


Enable EFI kernel configs for all EFI specific machines.

Signed-off-by: default avatarLuca Seritan <luca.seritan@huawei.com>
parent 1b242d70
No related branches found
No related tags found
No related merge requests found
......@@ -40,3 +40,6 @@ QB_DEFAULT_BIOS = "uefi.bin"
QB_ROOTFS_EXTRA_OPT += "bootindex=0"
EFI_PROVIDER = "grub-efi"
MACHINE_FEATURES += "efi"
# Enable EFI kernel configs
KERNEL_FEATURES:append = "efi-arm.cfg"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment