diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2017-03-01 23:51:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-04 23:19:03 +0000 |
commit | f384748c3d3f10818bc9a8a02c07076e0710bf07 (patch) | |
tree | 8323e7909e6fff6a0a1f7e4dc56d9fd80333e4f6 /meta-yocto-bsp/conf | |
parent | 4e758f98f74a4040500561d8a24c55b777a707d2 (diff) | |
download | poky-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/conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericx86-64.conf | 2 |
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" | |||
7 | require conf/machine/include/tune-core2.inc | 7 | require conf/machine/include/tune-core2.inc |
8 | require conf/machine/include/genericx86-common.inc | 8 | require conf/machine/include/genericx86-common.inc |
9 | 9 | ||
10 | PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "4.8%" | 10 | PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "4.10%" |
11 | 11 | ||
12 | SERIAL_CONSOLES_CHECK = "ttyS0" | 12 | SERIAL_CONSOLES_CHECK = "ttyS0" |