rpi: kernel: upgrade to v6.12.61
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 16 Nov 2025 16:54:27 +0000 (11:54 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 23 Jan 2026 16:44:47 +0000 (11:44 -0500)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
raspberrypi/conf/machine/raspberrypi-extra.conf
raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend [deleted file]
raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.%.bbappend [new file with mode: 0644]

index dea51cd..26f7c68 100644 (file)
@@ -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_5.15.bbappend
deleted file mode 100644 (file)
index 16e9e21..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-LINUX_RPI_BRANCH = "rpi-5.15.y-hvmpd"
-
-SRCREV_machine = "${AUTOREV}"
-
-SRC_URI = " \
-    git://github.com/hvilleneuve29/linux;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 \
-"
diff --git a/raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.%.bbappend b/raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.%.bbappend
new file mode 100644 (file)
index 0000000..98c6c63
--- /dev/null
@@ -0,0 +1,11 @@
+LINUX_RPI_BRANCH = "rpi-6.12.y-hvmpd"
+LINUX_VERSION = "6.12.61"
+
+SRCREV_machine = "${AUTOREV}"
+
+SRC_URI = " \
+    git://github.com/hvilleneuve29/linux;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 \
+"