summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/ia32-base.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc
index 874e2582..be1c8e03 100644
--- a/conf/machine/include/ia32-base.inc
+++ b/conf/machine/include/ia32-base.inc
@@ -26,8 +26,8 @@ GLIBC_EXTRA_OECONF += "--with-tls"
26# 26#
27# kernel-related variables 27# kernel-related variables
28# 28#
29PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 29PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
30PREFERRED_VERSION_linux-yocto ?= "3.0%" 30PREFERRED_VERSION_linux-yocto ??= "3.0%"
31 31
32# 32#
33# XSERVER subcomponents, used to build the XSERVER variable 33# XSERVER subcomponents, used to build the XSERVER variable