mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
x86-base.inc: suggest the latest kernel
Use latest 4.x kernel instead of 3.x version (From OE-Core rev: 138a03308fb24936466beb082b350d872ad423a6) Signed-off-by: Maxin B. John <maxin.john@intel.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
c5c9ed67ad
commit
6462d08dc6
@@ -20,7 +20,7 @@ SERIAL_CONSOLE ?= "115200 ttyS0"
|
||||
# kernel-related variables
|
||||
#
|
||||
PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto ??= "3.0%"
|
||||
PREFERRED_VERSION_linux-yocto ??= "4.4%"
|
||||
|
||||
#
|
||||
# XSERVER subcomponents, used to build the XSERVER variable
|
||||
|
||||
Reference in New Issue
Block a user