From 3a7415c55ba2f7d7e7b7f9d00eca1ab72e0c7fd8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 6 Dec 2024 11:19:40 -0800 Subject: [PATCH] linux-raspberrypi-6.6: Upgrade to 6.6.63 supersedes https://github.com/agherzan/meta-raspberrypi/pull/1374 Signed-off-by: Khem Raj --- 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 d12a78b7..3b67f165 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.36" +LINUX_VERSION ?= "6.6.63" LINUX_RPI_BRANCH ?= "rpi-6.6.y" LINUX_RPI_KMETA_BRANCH ?= "yocto-6.6" -SRCREV_machine = "769634f344626ed73bcda14c91b567067974d7b2" -SRCREV_meta = "733366844f5e114221372929392bf237fc8d823c" +SRCREV_machine = "e442e5c1ab6bff5b5460b4fc949beb72aaf77970" +SRCREV_meta = "52ff0d75713ce61962b325a2090bd55e216f0cf3" KMETA = "kernel-meta"