summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/meta-intel.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc
index dbc97f45..f95e63bc 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -8,7 +8,8 @@
8# XSERVER subcomponents, used to build the XSERVER variable 8# XSERVER subcomponents, used to build the XSERVER variable
9# 9#
10 10
11PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 11# Soft set linux-yocto as preferred kernel like x86-base.inc
12PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
12PREFERRED_VERSION_linux-yocto ?= "4.4%" 13PREFERRED_VERSION_linux-yocto ?= "4.4%"
13 14
14# for Xserver older than 1.13.0 15# for Xserver older than 1.13.0