diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2017-03-01 23:51:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-04 23:19:03 +0000 |
commit | 4e758f98f74a4040500561d8a24c55b777a707d2 (patch) | |
tree | 2738eae3343d84942b7d14873820be1e241e1493 | |
parent | 42a49ec9d7ee0513d79b6d519e77fb4183537839 (diff) | |
download | poky-4e758f98f74a4040500561d8a24c55b777a707d2.tar.gz |
genericx86: Updates PREFERRED_VERSION to use kernel 4.10
(From meta-yocto rev: 1c24b48e3fa140dec5ca222af9c552482ea6b993)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericx86.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index 04a7e0b6ad..34a52c3f7e 100644 --- a/meta-yocto-bsp/conf/machine/genericx86.conf +++ b/meta-yocto-bsp/conf/machine/genericx86.conf | |||
@@ -9,4 +9,4 @@ require conf/machine/include/genericx86-common.inc | |||
9 | 9 | ||
10 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" | 10 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" |
11 | 11 | ||
12 | PREFERRED_VERSION_linux-yocto_genericx86 ?= "4.8%" | 12 | PREFERRED_VERSION_linux-yocto_genericx86 ?= "4.10%" |