summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-05-14 14:07:41 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-15 10:28:07 +0100
commit97a9f30f1c457c55bf0c791d0466ff8620110a49 (patch)
treea1b628134100803a6f0a4b9b69a1e04808a37142 /meta-poky
parent1e4d928f31e28c007ebfcfe457588cfc7ef07ca7 (diff)
downloadpoky-97a9f30f1c457c55bf0c791d0466ff8620110a49.tar.gz
poky-tiny.conf: set PREFERRED_VERSION_linux-yocto-tiny to 5.4%
We no longer have a recipe for 5.0% in dunfell (and never did). (From meta-yocto rev: d8bdb69e6bd7b52cf047cd6be406bf632a600a58) Signed-off-by: Steve Sakoman <steve@sakoman.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..f20cd4ced2 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.4%"
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"