From b4c5577317527136cda950a55ee0b6311c21ab91 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Tue, 17 Oct 2023 08:25:48 -0500 Subject: [PATCH] arm/linux-yocto: remove PHYS_VIRT config frag The PHYS_VIRT config fragment is no longer needed for qemuarm Signed-off-by: Jon Mason --- meta-arm/recipes-kernel/linux/files/qemuarm-phys-virt.cfg | 1 - meta-arm/recipes-kernel/linux/linux-yocto%.bbappend | 1 - 2 files changed, 2 deletions(-) delete mode 100644 meta-arm/recipes-kernel/linux/files/qemuarm-phys-virt.cfg diff --git a/meta-arm/recipes-kernel/linux/files/qemuarm-phys-virt.cfg b/meta-arm/recipes-kernel/linux/files/qemuarm-phys-virt.cfg deleted file mode 100644 index b014e7f6..00000000 --- a/meta-arm/recipes-kernel/linux/files/qemuarm-phys-virt.cfg +++ /dev/null @@ -1 +0,0 @@ -CONFIG_ARM_PATCH_PHYS_VIRT=y diff --git a/meta-arm/recipes-kernel/linux/linux-yocto%.bbappend b/meta-arm/recipes-kernel/linux/linux-yocto%.bbappend index 0a42ce4a..c4e351bb 100644 --- a/meta-arm/recipes-kernel/linux/linux-yocto%.bbappend +++ b/meta-arm/recipes-kernel/linux/linux-yocto%.bbappend @@ -27,7 +27,6 @@ SRC_URI:append:qemuarm64 = " file://efi.cfg" FILESEXTRAPATHS:prepend:qemuarm = "${ARMFILESPATHS}" SRC_URI:append:qemuarm = " \ file://efi.cfg \ - file://qemuarm-phys-virt.cfg \ " FFA_TRANSPORT_INCLUDE = "${@bb.utils.contains('MACHINE_FEATURES', 'arm-ffa', 'arm-ffa-transport.inc', '' , d)}"