From 9b657377167ef1ddb147b6084242d9badf7f7d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= Date: Mon, 30 Sep 2024 16:02:53 -0300 Subject: [PATCH] linux-raspberrypi_6.6 : update kernel and fix DSI display MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This update seems to fix #1371 Closes: #1371 Signed-off-by: Lisandro PĂ©rez Meyer --- recipes-kernel/linux/linux-raspberrypi_6.6.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_6.6.bb b/recipes-kernel/linux/linux-raspberrypi_6.6.bb index b4d9953e..5f3a0bd8 100644 --- a/recipes-kernel/linux/linux-raspberrypi_6.6.bb +++ b/recipes-kernel/linux/linux-raspberrypi_6.6.bb @@ -1,9 +1,9 @@ -LINUX_VERSION ?= "6.6.22" +LINUX_VERSION ?= "6.6.51" LINUX_RPI_BRANCH ?= "rpi-6.6.y" LINUX_RPI_KMETA_BRANCH ?= "yocto-6.6" -SRCREV_machine = "c04af98514c26014a4f29ec87b3ece95626059bd" -SRCREV_meta = "6a24861d6504575a4a9f92366285332d47c7e111" +SRCREV_machine = "35b3f98bb2bfb80a718c52ba49c167da6c78d2ea" +SRCREV_meta = "5cefbe3e2770576771fe59b611d3b5fcf5860a1f" KMETA = "kernel-meta"