summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro/poky-tiny.conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-09-22 13:53:53 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-24 10:15:29 +0100
commit414c5f1103ba890df0b9604a69054b4092abe4d5 (patch)
treebd3730ad9c8386342910964e32fd39ea692c7da7 /meta-poky/conf/distro/poky-tiny.conf
parentc744decea1ab83c7ba36091c593967bd041e363c (diff)
downloadpoky-414c5f1103ba890df0b9604a69054b4092abe4d5.tar.gz
poky: set default kernel to 5.14
both -rt and -standard have been updated to 5.14, so we switch out defaults. (From meta-yocto rev: 952a771f5707d9e84beee6195b7a3cfb3a930702) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/distro/poky-tiny.conf')
-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 b8f5f21a31..756c65a2f9 100644
--- a/meta-poky/conf/distro/poky-tiny.conf
+++ b/meta-poky/conf/distro/poky-tiny.conf
@@ -43,7 +43,7 @@ FULL_OPTIMIZATION="-Os -pipe ${DEBUG_FLAGS}"
43# Distro config is evaluated after the machine config, so we have to explicitly 43# Distro config is evaluated after the machine config, so we have to explicitly
44# set the kernel provider to override a machine config. 44# set the kernel provider to override a machine config.
45PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" 45PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
46PREFERRED_VERSION_linux-yocto-tiny ?= "5.13%" 46PREFERRED_VERSION_linux-yocto-tiny ?= "5.14%"
47 47
48# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny 48# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny
49#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot" 49#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"