From d9a0c2f17f11163eed783d0da4645857555a113b Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Thu, 9 Nov 2023 09:47:12 +0100 Subject: [PATCH] linux-raspberrypi: Update 6.1.54 kernel to newer version that contains Raspberry Pi 5 support Signed-off-by: Florin Sarbu --- recipes-kernel/linux/linux-raspberrypi_6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_6.1.bb b/recipes-kernel/linux/linux-raspberrypi_6.1.bb index b81e169b6..9fb7f32e2 100644 --- a/recipes-kernel/linux/linux-raspberrypi_6.1.bb +++ b/recipes-kernel/linux/linux-raspberrypi_6.1.bb @@ -2,7 +2,7 @@ LINUX_VERSION ?= "6.1.54" LINUX_RPI_BRANCH ?= "rpi-6.1.y" LINUX_RPI_KMETA_BRANCH ?= "yocto-6.1" -SRCREV_machine = "df4d584e66a660195422ca2b7ce1d68d1181f2a2" +SRCREV_machine = "1196bf1a7736ff0ab79f5012fa84082e298031a7" SRCREV_meta = "e7488dd3776c76fb7d94cc92ae7a2216423f8ece" KMETA = "kernel-meta"