summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-05-19 07:12:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-22 13:30:00 +0100
commit7671a1f303b822e6773fc54bb623ef342203d917 (patch)
tree7fff209c6b49943c27476c956b3614913ba2c9ab /meta-yocto-bsp/conf
parent552a9754f1e9cb9ff412cde740b2f3c91dae07c3 (diff)
downloadopenembedded-core-contrib-7671a1f303b822e6773fc54bb623ef342203d917.tar.gz
genericx860common.inc: Enable using the 3.19 kernel
This is the second half of enabling the 3.19 kernel for the genericx86* meta-yocto BSPs. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r--meta-yocto-bsp/conf/machine/include/genericx86-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
index c61be97f22..840cc1027a 100644
--- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
+++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
@@ -2,7 +2,7 @@ include conf/machine/include/x86-base.inc
MACHINE_FEATURES += "wifi efi pcbios"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
-PREFERRED_VERSION_linux-yocto ?= "3.14%"
+PREFERRED_VERSION_linux-yocto ?= "3.19%"
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
XSERVER ?= "${XSERVER_X86_BASE} \
${XSERVER_X86_EXT} \