]> code.ossystems Code Review - openembedded-core.git/commitdiff
machines: bump default linux-yocto to v4.15
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 6 Feb 2018 16:22:00 +0000 (11:22 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Feb 2018 14:32:00 +0000 (14:32 +0000)
Ensure that the qemu* machines are building the latest available
kernel in master.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/machine/include/x86-base.inc
meta/conf/machine/qemuarm.conf

index 023eb5ecca71e0d0c16b70735fb1dbbdc6d6ff09..f8aacea64ccba28b6bfd3fb04357d3a12ab730f2 100644 (file)
@@ -21,7 +21,7 @@ SERIAL_CONSOLE ?= "115200 ttyS0"
 # kernel-related variables
 #
 PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
-PREFERRED_VERSION_linux-yocto ??= "4.12%"
+PREFERRED_VERSION_linux-yocto ??= "4.15%"
 
 #
 # XSERVER subcomponents, used to build the XSERVER variable
index aa112f51401af33d5e15524526459584d5365750..9403b1e7e3b645f001c39678642ae03df31df873 100644 (file)
@@ -16,5 +16,5 @@ QB_MACHINE = "-machine versatilepb"
 QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0,115200 console=tty"
 # Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
 QB_OPT_APPEND = "-show-cursor -usb -device usb-tablet -device virtio-rng-pci"
-PREFERRED_VERSION_linux-yocto ??= "4.12%"
+PREFERRED_VERSION_linux-yocto ??= "4.15%"
 QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}"