From: Alejandro Hernandez Date: Tue, 28 Feb 2017 20:42:08 +0000 (+0000) Subject: poky-tiny: Bump default kernel version to 4.9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00e0182ac0a5d06a60f9e09ff510eef463578ff3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git poky-tiny: Bump default kernel version to 4.9 (From meta-yocto rev: 5039a10a7f90f045de84cc40c9425e927ce79c72) Signed-off-by: Alejandro Hernandez Signed-off-by: Richard Purdie --- diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index bce2a829c46..561566e2a7e 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.4%" +PREFERRED_VERSION_linux-yocto-tiny ?= "4.9%" # 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"