summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/files/virt.cfg1
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_6.5.bb2
2 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/files/virt.cfg b/meta/recipes-kernel/linux/files/virt.cfg
new file mode 100644
index 00000000000..b014e7f6aa2
--- /dev/null
+++ b/meta/recipes-kernel/linux/files/virt.cfg
@@ -0,0 +1 @@
+CONFIG_ARM_PATCH_PHYS_VIRT=y
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.5.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.5.bb
index 716c922c135..968ea21ff9e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.5.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.5.bb
@@ -31,3 +31,5 @@ COMPATIBLE_MACHINE = "^(qemux86|qemux86-64|qemuarm64|qemuarm|qemuarmv5)$"
KERNEL_FEATURES = ""
KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb"
+
+SRC_URI += "file://virt.cfg"