mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
machines: bump default linux-yocto to v4.15
Ensure that the qemu* machines are building the latest available kernel in master. (From OE-Core rev: 3980f21a74ad201d8cb8f5ef6fb732fdfacd641f) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3916259f9a
commit
89c4bd0dfb
@@ -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
|
||||
|
||||
@@ -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)}"
|
||||
|
||||
Reference in New Issue
Block a user