From: Bruce Ashfield Date: Tue, 9 Apr 2019 15:39:24 +0000 (-0400) Subject: poky-tiny: set 5.0 as the preferred kernel X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b609cc44785a798b33444c2e636c82082917284a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git poky-tiny: set 5.0 as the preferred kernel Updating poky-tiny to prefer 5.0 as the kernel version. Boot tested against qemux86 and qemuarm. This removes the last user of the 4.18 kernel, so we can queue it for removal from master. (From meta-yocto rev: 2d44e7ab1a7f85092b5c20287663448b7d784f39) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 690cb0d5c99..243d492918d 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.18%" +PREFERRED_VERSION_linux-yocto-tiny ?= "5.0%" # 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"