poky/poky-tiny: bump preferred version to 6.10

Make 6.10 the preferred kernel for these two distro
configurations. We leave -altcfg on 6.6 for LTS kernel
coverage and testing.

(From meta-yocto rev: 05c15cea09dc398ab0f027e738cdb3efa932c137)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield 2024-08-11 14:04:23 -04:00 committed by Richard Purdie
parent 997b11a5a1
commit 6dea2e6332
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ FULL_OPTIMIZATION = "-Os"
# Distro config is evaluated after the machine config, so we have to explicitly # Distro config is evaluated after the machine config, so we have to explicitly
# set the kernel provider to override a machine config. # set the kernel provider to override a machine config.
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
PREFERRED_VERSION_linux-yocto-tiny ?= "6.6%" PREFERRED_VERSION_linux-yocto-tiny ?= "6.10%"
# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny # 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" #POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"

View File

@ -19,8 +19,8 @@ POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}" DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"
PREFERRED_VERSION_linux-yocto ?= "6.6%" PREFERRED_VERSION_linux-yocto ?= "6.10%"
PREFERRED_VERSION_linux-yocto-rt ?= "6.6%" PREFERRED_VERSION_linux-yocto-rt ?= "6.10%"
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}" SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}"
SDKPATHINSTALL = "/opt/${DISTRO}/${SDK_VERSION}" SDKPATHINSTALL = "/opt/${DISTRO}/${SDK_VERSION}"