summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-08-25 23:11:50 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-26 14:33:05 +0100
commitc29259e468208d851f7dc8b086594a12cd7dcfaa (patch)
treea31b2a58e84b36128f56f7e75d54175289230e45 /meta-poky
parent2b3bd34f9b1f6db9651918532ff5a68de13a93b4 (diff)
downloadpoky-c29259e468208d851f7dc8b086594a12cd7dcfaa.tar.gz
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 <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/distro/poky-tiny.conf2
1 files changed, 1 insertions, 1 deletions
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"
38# Distro config is evaluated after the machine config, so we have to explicitly 38# Distro config is evaluated after the machine config, so we have to explicitly
39# set the kernel provider to override a machine config. 39# set the kernel provider to override a machine config.
40PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" 40PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
41PREFERRED_VERSION_linux-yocto-tiny ?= "5.0%" 41PREFERRED_VERSION_linux-yocto-tiny ?= "5.8%"
42 42
43# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny 43# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny
44#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot" 44#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"