From decad3c13258c05334507b478fc936d4f95631f5 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 17 Apr 2025 17:00:43 +0200 Subject: [PATCH] linux-raspberrypi: update 6.12.2 -> 6.12.25 6.12 is now the default in RPiOS and firmware switched to 6.12 initially in raspberrypi/firmware@fe200a5 now it's on 6.12.25 Signed-off-by: Markus Volk --- recipes-kernel/linux/linux-raspberrypi_6.12.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_6.12.bb b/recipes-kernel/linux/linux-raspberrypi_6.12.bb index 78dec17..e9b7951 100644 --- a/recipes-kernel/linux/linux-raspberrypi_6.12.bb +++ b/recipes-kernel/linux/linux-raspberrypi_6.12.bb @@ -1,14 +1,14 @@ -LINUX_VERSION ?= "6.12.1" -LINUX_RPI_BRANCH ?= "" +LINUX_VERSION ?= "6.12.25" +LINUX_RPI_BRANCH ?= "rpi-6.12.y" LINUX_RPI_KMETA_BRANCH ?= "yocto-6.12" -SRCREV_machine = "614fa9b0b1a21c0cc320b9915393bdaa31357de9" -SRCREV_meta = "96ce9b7ee67702aec75816c4d44a527061c418c5" +SRCREV_machine = "3dd2c2c507c271d411fab2e82a2b3b7e0b6d3f16" +SRCREV_meta = "1f6ab68a1d86836bf1b82b791df03da3cfeacb3f" KMETA = "kernel-meta" SRC_URI = " \ - git://github.com/raspberrypi/linux.git;name=machine;nobranch=1;protocol=https \ + git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \ file://powersave.cfg \ file://android-drivers.cfg \