| Message ID | af06dcbe41bf640a6b3d23301a26b801f0fcd31e.1761844161.git.bruce.ashfield@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [01/14] linux-yocto: introduce 6.17 reference kernels | expand |
Hi, This and the yocto-bsp patches should go to poky@lists.yoctoproject.org list. Cheers, -Mikko
On Fri, Oct 31, 2025 at 3:34 AM Mikko Rapeli <mikko.rapeli@linaro.org> wrote: > Hi, > > This and the yocto-bsp patches should go to poky@lists.yoctoproject.org > list. > Yes, I know where they go, but I've been sending them as a single series for years now to save coordination of the lists and make things easier for review. Once things move fully to bitbake-setup, I'll return to separate sends. Bruce > > Cheers, > > -Mikko >
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 84baef347c..c20d5ec8db 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++ b/meta-poky/conf/distro/poky-tiny.conf @@ -41,7 +41,7 @@ FULL_OPTIMIZATION = "-Os" # 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 ?= "6.16%" +PREFERRED_VERSION_linux-yocto-tiny ?= "6.17%" # 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" diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 8c291d305e..7af1145d53 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -19,8 +19,8 @@ POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet" DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}" -PREFERRED_VERSION_linux-yocto ?= "6.16%" -PREFERRED_VERSION_linux-yocto-rt ?= "6.16%" +PREFERRED_VERSION_linux-yocto ?= "6.17%" +PREFERRED_VERSION_linux-yocto-rt ?= "6.17%" SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}" SDKPATHINSTALL = "/opt/${DISTRO}/${SDK_VERSION}"