From 5deaedbe02b96f62e9ffcacd4328e0d95cd882d9 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 16 Nov 2025 11:54:27 -0500 Subject: [PATCH] rpi: kernel: upgrade to v6.12.61 Signed-off-by: Hugo Villeneuve --- raspberrypi/conf/machine/raspberrypi-extra.conf | 2 ++ ...aspberrypi_5.15.bbappend => linux-raspberrypi_6.%.bbappend} | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) rename raspberrypi/recipes-kernel/linux/{linux-raspberrypi_5.15.bbappend => linux-raspberrypi_6.%.bbappend} (83%) diff --git a/raspberrypi/conf/machine/raspberrypi-extra.conf b/raspberrypi/conf/machine/raspberrypi-extra.conf index dea51cd..26f7c68 100644 --- a/raspberrypi/conf/machine/raspberrypi-extra.conf +++ b/raspberrypi/conf/machine/raspberrypi-extra.conf @@ -28,3 +28,5 @@ SWUPDATE_HWREV = ""revA"" RPI_KERNEL_DEVICETREE_OVERLAYS += " \ overlays/hvmpd.dtbo \ " + +PREFERRED_VERSION_linux-raspberrypi = "6.12.%" diff --git a/raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend b/raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.%.bbappend similarity index 83% rename from raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend rename to raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.%.bbappend index 16e9e21..98c6c63 100644 --- a/raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend +++ b/raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.%.bbappend @@ -1,4 +1,5 @@ -LINUX_RPI_BRANCH = "rpi-5.15.y-hvmpd" +LINUX_RPI_BRANCH = "rpi-6.12.y-hvmpd" +LINUX_VERSION = "6.12.61" SRCREV_machine = "${AUTOREV}" -- 2.20.1