diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-03-21 17:57:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-25 10:29:15 +0000 |
commit | 6462d08dc64b46ec4b23f9bd12ef1b86820c9b06 (patch) | |
tree | b949035c84562b44d4827024ffe1aef0db969038 /meta/conf/machine | |
parent | c5c9ed67add46e5fcb1a3ccb98b471c6228ced4d (diff) | |
download | poky-6462d08dc64b46ec4b23f9bd12ef1b86820c9b06.tar.gz |
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>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/include/x86-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/x86-base.inc b/meta/conf/machine/include/x86-base.inc index f7c8a45fa7..5663145be9 100644 --- a/meta/conf/machine/include/x86-base.inc +++ b/meta/conf/machine/include/x86-base.inc | |||
@@ -20,7 +20,7 @@ SERIAL_CONSOLE ?= "115200 ttyS0" | |||
20 | # kernel-related variables | 20 | # kernel-related variables |
21 | # | 21 | # |
22 | PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" | 22 | PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" |
23 | PREFERRED_VERSION_linux-yocto ??= "3.0%" | 23 | PREFERRED_VERSION_linux-yocto ??= "4.4%" |
24 | 24 | ||
25 | # | 25 | # |
26 | # XSERVER subcomponents, used to build the XSERVER variable | 26 | # XSERVER subcomponents, used to build the XSERVER variable |