summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2016-12-05 10:11:43 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-14 09:29:11 +0000
commitf437ec5c6ee1836ba5b6eb541f78bf5c1e3a5151 (patch)
tree5e17eadfb106eca7aa1ff7f13e43139e9ef11059 /meta-yocto-bsp/conf
parent84faecbcd93e3f76e829b045aaea000f17d5fb01 (diff)
downloadpoky-f437ec5c6ee1836ba5b6eb541f78bf5c1e3a5151.tar.gz
genericx86 & x86-base: Update PREFERRED_VERSION for 4.8 kernel
(From meta-yocto rev: ea869b917e49aaabe4e735fb719237a82468f63e) 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 f6f0fdb711..eb6f0b9bd7 100644
--- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
+++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
@@ -3,7 +3,7 @@ require conf/machine/include/qemuboot-x86.inc
3MACHINE_FEATURES += "wifi efi pcbios" 3MACHINE_FEATURES += "wifi efi pcbios"
4 4
5PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 5PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
6PREFERRED_VERSION_linux-yocto ?= "4.4%" 6PREFERRED_VERSION_linux-yocto ?= "4.8%"
7PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" 7PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
8XSERVER ?= "${XSERVER_X86_BASE} \ 8XSERVER ?= "${XSERVER_X86_BASE} \
9 ${XSERVER_X86_EXT} \ 9 ${XSERVER_X86_EXT} \