diff options
author | Saul Wold <sgw@linux.intel.com> | 2016-12-05 10:11:43 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-14 09:29:11 +0000 |
commit | f437ec5c6ee1836ba5b6eb541f78bf5c1e3a5151 (patch) | |
tree | 5e17eadfb106eca7aa1ff7f13e43139e9ef11059 | |
parent | 84faecbcd93e3f76e829b045aaea000f17d5fb01 (diff) | |
download | poky-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>
-rw-r--r-- | meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 2 |
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 | |||
3 | MACHINE_FEATURES += "wifi efi pcbios" | 3 | MACHINE_FEATURES += "wifi efi pcbios" |
4 | 4 | ||
5 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 5 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
6 | PREFERRED_VERSION_linux-yocto ?= "4.4%" | 6 | PREFERRED_VERSION_linux-yocto ?= "4.8%" |
7 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 7 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
8 | XSERVER ?= "${XSERVER_X86_BASE} \ | 8 | XSERVER ?= "${XSERVER_X86_BASE} \ |
9 | ${XSERVER_X86_EXT} \ | 9 | ${XSERVER_X86_EXT} \ |