summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/x86-base.inc
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-08-20 22:58:20 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-23 12:06:51 +0100
commitdd370ce97b1e515a4127b7ca9d70805f4d9c6674 (patch)
tree997c9d6860865a85f0725a00f5bfcec1ad72277c /meta/conf/machine/include/x86-base.inc
parentd8f57413af3ff077c524580c251088071d4ae5d6 (diff)
downloadpoky-dd370ce97b1e515a4127b7ca9d70805f4d9c6674.tar.gz
qemu: bump default version to 4.12
Not all the qemu machines carry default kernel specifications. While we could drop these references, we'll bump them to 4.12 to pick up the latest and remove them in future commits. (From OE-Core rev: c58df63d88a07d3275e7337f7d284b0a50db82cc) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/x86-base.inc')
-rw-r--r--meta/conf/machine/include/x86-base.inc2
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 bc0c27b73e..023eb5ecca 100644
--- a/meta/conf/machine/include/x86-base.inc
+++ b/meta/conf/machine/include/x86-base.inc
@@ -21,7 +21,7 @@ SERIAL_CONSOLE ?= "115200 ttyS0"
21# kernel-related variables 21# kernel-related variables
22# 22#
23PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" 23PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
24PREFERRED_VERSION_linux-yocto ??= "4.10%" 24PREFERRED_VERSION_linux-yocto ??= "4.12%"
25 25
26# 26#
27# XSERVER subcomponents, used to build the XSERVER variable 27# XSERVER subcomponents, used to build the XSERVER variable