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-24 21:44:25 +0000 |
commit | 138a03308fb24936466beb082b350d872ad423a6 (patch) | |
tree | 6f7c360d52b4bca548e0c529a8b25e094fdf9f41 /meta | |
parent | f1f676cf720b869999553eecdb113a2a2daa61fe (diff) | |
download | openembedded-core-138a03308fb24936466beb082b350d872ad423a6.tar.gz openembedded-core-138a03308fb24936466beb082b350d872ad423a6.tar.bz2 openembedded-core-138a03308fb24936466beb082b350d872ad423a6.zip |
x86-base.inc: suggest the latest kernel
Use latest 4.x kernel instead of 3.x version
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-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" # 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 |