From f384748c3d3f10818bc9a8a02c07076e0710bf07 Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Wed, 1 Mar 2017 23:51:37 +0000 Subject: [PATCH] genericx86-64: Updates PREFERRED_VERSION to use kernel 4.10 (From meta-yocto rev: 96f220e8b0a565091f020efcf1a8c7550b2351cd) Signed-off-by: Alejandro Hernandez Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/genericx86-64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" require conf/machine/include/tune-core2.inc require conf/machine/include/genericx86-common.inc -PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "4.8%" +PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "4.10%" SERIAL_CONSOLES_CHECK = "ttyS0"