summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-02-06 13:04:28 -0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2017-02-08 16:28:14 -0800
commite8fd58ccf221b071508c1c168e4d9bcee92c3a5d (patch)
treee564bdf73374b1f79d5d3447a122d2197b5b8d79 /conf
parentfc0d7cf893d2d7e14c0405cfb00128de33cada9c (diff)
downloadmeta-intel-e8fd58ccf221b071508c1c168e4d9bcee92c3a5d.tar.gz
meta-intel.inc: Enable linux-intel and 4.9 by default for meta-intel hardware
Enable the linux-intel production kernel for meta-intel by default for 4.9, this will enable using the Intel production kernel. This is a well tested 4.9 tree that will start to include additional support for the Apollolake and Joule hardware. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/meta-intel.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc
index 21587fb0..eb759c46 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -9,8 +9,8 @@
9# 9#
10 10
11# Soft set linux-yocto as preferred kernel like x86-base.inc 11# Soft set linux-yocto as preferred kernel like x86-base.inc
12PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" 12PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel"
13PREFERRED_VERSION_linux-yocto ?= "4.8%" 13PREFERRED_VERSION_linux-intel ?= "4.9%"
14 14
15# for Xserver older than 1.13.0 15# for Xserver older than 1.13.0
16OLD_XSERVER_X86_EXT = "xserver-xorg-extension-dri \ 16OLD_XSERVER_X86_EXT = "xserver-xorg-extension-dri \