summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2017-03-01 23:51:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-02 00:07:42 +0000
commit1c24b48e3fa140dec5ca222af9c552482ea6b993 (patch)
tree8da325298bb56ceef8a3af9506ba75df26b4b9d5
parentb2534ee7656b78ae5955337e20165735847b4440 (diff)
downloadopenembedded-core-contrib-1c24b48e3fa140dec5ca222af9c552482ea6b993.tar.gz
genericx86: Updates PREFERRED_VERSION to use kernel 4.10
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.conf2
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
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"
-PREFERRED_VERSION_linux-yocto_genericx86 ?= "4.8%"
+PREFERRED_VERSION_linux-yocto_genericx86 ?= "4.10%"