From: Alejandro Hernandez Date: Wed, 1 Mar 2017 23:51:37 +0000 (+0000) Subject: genericx86-64: Updates PREFERRED_VERSION to use kernel 4.10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f384748c3d3f10818bc9a8a02c07076e0710bf07;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/meta-yocto-bsp/conf/machine/genericx86-64.conf index d843fd21567..514265e5735 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"