diff options
author | Saul Wold <sgw@linux.intel.com> | 2015-08-17 08:53:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-19 18:05:56 +0100 |
commit | 6b8bb442880ef18097e47761f4f3b6f555f2877c (patch) | |
tree | 0cff5a0a940471a2e8e5b8f7b05e3d24a6779c99 /meta-yocto-bsp/conf/machine | |
parent | 6f176d4c7b4f789c0551fc4caa01beb2eb100364 (diff) | |
download | poky-6b8bb442880ef18097e47761f4f3b6f555f2877c.tar.gz |
genericx86*: Update BSPs to use 4.1 Kernel
This adds the initial bbappend to meta-yocto-bsp for the 4.1 kernel
It also sets up the PREFERRED_VERSION for the X86 and X86-64 Generic
BSPs to the 4.1 kernel.
This has been tested on MinnowBoard (32bit) MinnowBoard Max (64bit)
along with both 32 and 64 bit versions of the NUC.
(From meta-yocto rev: e1fe9bc5211ad8fae3de6b1e3febba8364a5a943)
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/machine')
-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 840cc1027a..7c10b56c42 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.19%" | 5 | PREFERRED_VERSION_linux-yocto ?= "4.1%" |
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} \ |