]> code.ossystems Code Review - openembedded-core.git/commitdiff
conf/machine: bump qemu preferred versions to 5.15
authorBruce Ashfield <bruce.ashfield@gmail.com>
Tue, 11 Jan 2022 17:59:58 +0000 (12:59 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Jan 2022 21:05:28 +0000 (21:05 +0000)
5.14 has been removed from the active kernel list, so we make
5.15 the new default.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/x86/x86-base.inc
meta/conf/machine/qemuarmv5.conf

index 44e4b4ec46a7738c51b20b3ab220542e98a191fb..e76251ea2b62a09b90fdc1743b44a4ae8c8b5bb5 100644 (file)
@@ -18,7 +18,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
 # kernel-related variables
 #
 PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
-PREFERRED_VERSION_linux-yocto ??= "5.14%"
+PREFERRED_VERSION_linux-yocto ??= "5.15%"
 
 #
 # XSERVER subcomponents, used to build the XSERVER variable
index 3c2c4997b9957c28b935980e3faa9f53f634de03..2dad504c99327cb2f05233da8be87214bea617ed 100644 (file)
@@ -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.14%"
+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"