diff options
author | Saul Wold <sgw@linux.intel.com> | 2016-10-12 10:06:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-15 10:01:42 +0100 |
commit | f683658705e3426306d1162e0f5b5f8e0b70bbeb (patch) | |
tree | 2228dd625360905b274c4abb405f37fdad567d08 /meta/conf/machine/include | |
parent | 7c32a77cac3b83c6d80258c18fa2cbe56ba4825e (diff) | |
download | poky-f683658705e3426306d1162e0f5b5f8e0b70bbeb.tar.gz |
x86-base: Update version to 4.8
This update will avoid confusion with other parts of OE-Core that
set the kernel version to 4.8 for qemux86* and genericx86*.
(From OE-Core rev: 7f8c36d8aa00da109e842c790c6a0ab7a849de72)
Signed-off-by: Saul Wold <sgw@linux.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/include')
-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 5663145be9..479e89e548 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 ??= "4.4%" | 23 | PREFERRED_VERSION_linux-yocto ??= "4.8%" |
24 | 24 | ||
25 | # | 25 | # |
26 | # XSERVER subcomponents, used to build the XSERVER variable | 26 | # XSERVER subcomponents, used to build the XSERVER variable |