rpi: kernel: upgrade to v6.x scarthgap
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 16 Nov 2025 16:54:27 +0000 (11:54 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 3 Dec 2025 15:40:22 +0000 (10:40 -0500)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend [deleted file]
raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.%.bbappend [new file with mode: 0644]

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..0bc1dcd
--- /dev/null
@@ -0,0 +1,10 @@
+LINUX_RPI_BRANCH = "rpi-6.6.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 \
+"