From 3a7415c55ba2f7d7e7b7f9d00eca1ab72e0c7fd8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 6 Dec 2024 11:19:40 -0800 Subject: [PATCH 1/2] 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" From 1223be68b99356c4307c04bfd16362c108a375e4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 10 Dec 2024 18:38:00 -0800 Subject: [PATCH 2/2] rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target All bcm2712 are built for arm64 builds alone and rpi-base.inc is included by 32-bit machine configs as well. Recently, kernel moved thesr dts files into arch/arm64/boot/dts/broadcom/ folder [1] [1] https://github.com/raspberrypi/linux/commit/10c77e119eaaa2677009dea58cf69a8e5383925b Signed-off-by: Khem Raj --- conf/machine/include/rpi-base.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 0b5909b0..99231339 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -99,7 +99,6 @@ RPI_KERNEL_DEVICETREE ?= " \ broadcom/bcm2710-rpi-cm3.dtb \ broadcom/bcm2711-rpi-cm4.dtb \ broadcom/bcm2711-rpi-cm4s.dtb \ - broadcom/bcm2712-rpi-5-b.dtb \ " KERNEL_DEVICETREE ??= " \