summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2017-03-01 23:51:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-04 23:19:03 +0000
commitf384748c3d3f10818bc9a8a02c07076e0710bf07 (patch)
tree8323e7909e6fff6a0a1f7e4dc56d9fd80333e4f6 /meta-yocto-bsp
parent4e758f98f74a4040500561d8a24c55b777a707d2 (diff)
downloadpoky-f384748c3d3f10818bc9a8a02c07076e0710bf07.tar.gz
genericx86-64: Updates PREFERRED_VERSION to use kernel 4.10
(From meta-yocto rev: 96f220e8b0a565091f020efcf1a8c7550b2351cd) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.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/genericx86-64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/meta-yocto-bsp/conf/machine/genericx86-64.conf
index d843fd2156..514265e573 100644
--- a/meta-yocto-bsp/conf/machine/genericx86-64.conf
+++ b/meta-yocto-bsp/conf/machine/genericx86-64.conf
@@ -7,6 +7,6 @@ DEFAULTTUNE ?= "core2-64"
7require conf/machine/include/tune-core2.inc 7require conf/machine/include/tune-core2.inc
8require conf/machine/include/genericx86-common.inc 8require conf/machine/include/genericx86-common.inc
9 9
10PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "4.8%" 10PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "4.10%"
11 11
12SERIAL_CONSOLES_CHECK = "ttyS0" 12SERIAL_CONSOLES_CHECK = "ttyS0"