summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/x86-base.inc
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-08-15 11:08:58 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-18 17:01:06 +0100
commit5d0464b17ff93beb70c6b56c83b7347f9326d2d0 (patch)
treeff67d17ea15430674fbfc8aadf3725b1054eee32 /meta/conf/machine/include/x86-base.inc
parent1ce72e983c2b0c5509289388a93a139eb0eec1a9 (diff)
downloadpoky-5d0464b17ff93beb70c6b56c83b7347f9326d2d0.tar.gz
conf/machine: bump qemu preferred versions to 5.13
5.13 is the latest reference kernel, so let's make it the default. (From OE-Core rev: a7ebb5053a5dd7d0989a15cc4dee7116d3ef0948) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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 ef6690b0b9..958b3490e8 100644
--- a/meta/conf/machine/include/x86-base.inc
+++ b/meta/conf/machine/include/x86-base.inc
@@ -18,7 +18,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
18# kernel-related variables 18# kernel-related variables
19# 19#
20PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" 20PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
21PREFERRED_VERSION_linux-yocto ??= "5.10%" 21PREFERRED_VERSION_linux-yocto ??= "5.13%"
22 22
23# 23#
24# XSERVER subcomponents, used to build the XSERVER variable 24# XSERVER subcomponents, used to build the XSERVER variable