]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu: bump default reference kernel to v5.8
authorBruce Ashfield <bruce.ashfield@gmail.com>
Fri, 21 Aug 2020 19:02:14 +0000 (15:02 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Aug 2020 00:00:20 +0000 (01:00 +0100)
Now that the 5.8 recipes are available, we bump the default versions
to use them.

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

index a72714711d3cfe65d032ec79b31b5ac64098f9b1..a3169b7405973943f896a109853fe71d3b177f3e 100644 (file)
@@ -18,7 +18,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
 # kernel-related variables
 #
 PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
-PREFERRED_VERSION_linux-yocto ??= "5.4%"
+PREFERRED_VERSION_linux-yocto ??= "5.8%"
 
 #
 # XSERVER subcomponents, used to build the XSERVER variable
index 6940efe46f7fed0de052283a0cb3010014659984..48e83f13e11a21093e7d9c9f517af3465d3cde2a 100644 (file)
@@ -16,7 +16,7 @@ QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0,115200 console=tty"
 QB_OPT_APPEND = "-usb -device usb-tablet"
 # Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
 QB_OPT_APPEND += "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0"
-PREFERRED_VERSION_linux-yocto ??= "5.4%"
+PREFERRED_VERSION_linux-yocto ??= "5.8%"
 QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}"
 
 KMACHINE_qemuarmv5 = "qemuarm"