public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] qemuarmv5: use arm-versatile-926ejs KMACHINE
@ 2022-05-04 14:09 Jon Mason
  2022-05-04 14:24 ` Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Mason @ 2022-05-04 14:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Bruce Ashfield

Use the Arm Versatile 926 kernel configs to get this machine working
again.

Signed-off-by: Jon Mason <jdmason@kudzu.us>
---
 meta/conf/machine/qemuarmv5.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/machine/qemuarmv5.conf b/meta/conf/machine/qemuarmv5.conf
index 2dad504c9932..abdae5f36182 100644
--- a/meta/conf/machine/qemuarmv5.conf
+++ b/meta/conf/machine/qemuarmv5.conf
@@ -15,7 +15,7 @@ QB_MACHINE = "-machine versatilepb"
 QB_KERNEL_CMDLINE_APPEND = "vmalloc=256"
 QB_GRAPHICS = "-device virtio-gpu-pci"
 QB_OPT_APPEND = "-device qemu-xhci -device usb-tablet -device usb-kbd"
-PREFERRED_VERSION_linux-yocto ??= "5.15%"
 QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}"
 
-KMACHINE:qemuarmv5 = "qemuarm"
+PREFERRED_VERSION_linux-yocto ??= "5.15%"
+KMACHINE:qemuarmv5 = "arm-versatile-926ejs"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-13  9:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-04 14:09 [PATCH] qemuarmv5: use arm-versatile-926ejs KMACHINE Jon Mason
2022-05-04 14:24 ` Bruce Ashfield
2022-05-13  2:15   ` Jon Mason
2022-05-13  9:32     ` [OE-core] " richard.purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox