From: Hugo Villeneuve Date: Sun, 16 Nov 2025 16:54:27 +0000 (-0500) Subject: rpi: kernel: upgrade to v6.x X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=refs%2Fheads%2Fscarthgap;p=yocto%2Fmeta-hvmpd.git rpi: kernel: upgrade to v6.x Signed-off-by: Hugo Villeneuve --- 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 index 16e9e21..0000000 --- a/raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend +++ /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 index 0000000..0bc1dcd --- /dev/null +++ b/raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.%.bbappend @@ -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 \ +"