From c29259e468208d851f7dc8b086594a12cd7dcfaa Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 25 Aug 2020 23:11:50 -0400 Subject: poky-tiny: set preferred version to 5.8 Even though tiny isn't extensively used (it was referencing a removed kernel version), it still should be updated to the latest. Build testing passed with the 5.8 kernel, so we make it the preferred version. (From meta-yocto rev: 45ce0906c38e3b7aedb5c5bb30b5eb4a9dd0c83c) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta-poky/conf/distro/poky-tiny.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-poky') diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index c6d4b88f83..57826037f0 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 ?= "5.0%" +PREFERRED_VERSION_linux-yocto-tiny ?= "5.8%" # 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" -- cgit v1.2.3-54-g00ecf