diff options
author | Saul Wold <sgw@linux.intel.com> | 2015-05-19 07:12:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-22 13:30:08 +0100 |
commit | decb28f9bce307d40466171c66a216fef22c59d7 (patch) | |
tree | 82649ffeadb5e27f115bbfd4734e38b00f25334e /meta-yocto-bsp | |
parent | ef8a7810339a7cd06a58db904bddee46b92d678e (diff) | |
download | poky-decb28f9bce307d40466171c66a216fef22c59d7.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.
(From meta-yocto rev: 7671a1f303b822e6773fc54bb623ef342203d917)
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')
-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 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 | |||
2 | MACHINE_FEATURES += "wifi efi pcbios" | 2 | MACHINE_FEATURES += "wifi efi pcbios" |
3 | 3 | ||
4 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 4 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
5 | PREFERRED_VERSION_linux-yocto ?= "3.14%" | 5 | PREFERRED_VERSION_linux-yocto ?= "3.19%" |
6 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 6 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
7 | XSERVER ?= "${XSERVER_X86_BASE} \ | 7 | XSERVER ?= "${XSERVER_X86_BASE} \ |
8 | ${XSERVER_X86_EXT} \ | 8 | ${XSERVER_X86_EXT} \ |