Skip to content
Snippets Groups Projects
Commit 5a95e23c authored by Luca Seritan's avatar Luca Seritan Committed by Andrei Gherzan
Browse files

Clean up qemuarm64-efi kernel config


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

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

Signed-off-by: default avatarLuca Seritan <luca.seritan@huawei.com>
parent 2e5e637e
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ require conf/machine/include/qemu-efi.inc
KERNEL_IMAGETYPE ?= "Image"
# Use the qemuarm64 kernel config as the base config of this machine
KMACHINE = "qemuarm64"
# For runqemu
QB_SYSTEM_NAME = "qemu-system-aarch64"
QB_MACHINE_VIRT_HIGHMEM = "on"
......
......@@ -23,4 +23,3 @@ SRC_URI += "file://rauc.cfg"
export HOSTCXXFLAGS = " -I${RECIPE_SYSROOT_NATIVE}/usr/include"
SRC_URI:append:qemuarm-efi = " file://defconfig"
SRC_URI:append:qemuarm64-efi = " file://defconfig"
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
KBRANCH:qemuarm64-efi ?= "v5.10/standard/qemuarm64"
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