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

Clean up qemuarm-efi kernel config


Current qemuarm-efi defconfig contains many useless features,
remove it and use the qemuarm base config with additional EFI features.

For linux-yocto compatibility, set qemuarm-efi to fetch from the same
machine specific branches as qemuarm.

Signed-off-by: default avatarLuca Seritan <luca.seritan@huawei.com>
parent ee31fbd1
No related branches found
No related tags found
No related merge requests found
Pipeline #7934 canceled
...@@ -12,6 +12,9 @@ require conf/machine/include/qemu-efi.inc ...@@ -12,6 +12,9 @@ require conf/machine/include/qemu-efi.inc
KERNEL_IMAGETYPE ?= "zImage" KERNEL_IMAGETYPE ?= "zImage"
# Use the qemuarma15 kernel config as the base config of this machine
KMACHINE = "qemuarma15"
# For runqemu # For runqemu
QB_SYSTEM_NAME = "qemu-system-arm" QB_SYSTEM_NAME = "qemu-system-arm"
QB_MACHINE_VIRT_HIGHMEM = "off" QB_MACHINE_VIRT_HIGHMEM = "off"
......
...@@ -2,5 +2,8 @@ ...@@ -2,5 +2,8 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
KBRANCH:qemuarm-efi ?= "v5.10/standard/arm-versatile-926ejs"
SRCREV_machine:qemuarm-efi ?= "23ab0f8300e7b90fdf1e0be923933d5cfd03b618"
KBRANCH:qemuarm64-efi ?= "v5.10/standard/qemuarm64" KBRANCH:qemuarm64-efi ?= "v5.10/standard/qemuarm64"
SRCREV_machine:qemuarm64-efi ?= "5ff1949cbb7ff90ae3e4dc6fd0fd9876ffaab9d2" SRCREV_machine:qemuarm64-efi ?= "5ff1949cbb7ff90ae3e4dc6fd0fd9876ffaab9d2"
This diff is collapsed.
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