From: Alejandro Hernandez Date: Wed, 20 Sep 2017 17:13:30 +0000 (-0700) Subject: poky-tiny: Bump default kernel version to 4.12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4848e02506e1b12f19129a02bd48f4a749ac51cd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git poky-tiny: Bump default kernel version to 4.12 (From meta-yocto rev: 18d164344b4468ab52bbdd160d0474878042dabb) Signed-off-by: Alejandro Hernandez Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 561566e2a7e..2032bfde326 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++ b/meta-poky/conf/distro/poky-tiny.conf @@ -38,7 +38,7 @@ TCLIBC = "musl" # Distro config is evaluated after the machine config, so we have to explicitly # set the kernel provider to override a machine config. PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" -PREFERRED_VERSION_linux-yocto-tiny ?= "4.9%" +PREFERRED_VERSION_linux-yocto-tiny ?= "4.12%" # We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny #POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"