rpi: kernel: switch to github hvilleneuve29 repo
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 28 Oct 2024 22:35:18 +0000 (18:35 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 31 Oct 2024 15:29:38 +0000 (11:29 -0400)
raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.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
new file mode 100644 (file)
index 0000000..16e9e21
--- /dev/null
@@ -0,0 +1,10 @@
+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 \
+"