From c94b29a9cce7646cae310baad917d63ec3e53484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Wed, 15 Nov 2023 18:52:27 +0100 Subject: [PATCH] Bump Raspberry Pi firmware to latest stable version (#2929) Also added a little warning to the RPi kernel bump script, so the future me/us don't do the same mistake as I did. * buildroot 20ea6bedda...a48cc458e7 (1): > package/rpi-firmware: bump to version for stable_20231030 kernel --- buildroot | 2 +- scripts/update-kernel-rpi.sh | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/buildroot b/buildroot index 20ea6bedda7..a48cc458e72 160000 --- a/buildroot +++ b/buildroot @@ -1 +1 @@ -Subproject commit 20ea6bedda7682f809d254bb5a3e17b1ba288ea7 +Subproject commit a48cc458e721571da04696ee9f1341e3f9e86702 diff --git a/scripts/update-kernel-rpi.sh b/scripts/update-kernel-rpi.sh index fec0d6d8de9..c027996ddba 100755 --- a/scripts/update-kernel-rpi.sh +++ b/scripts/update-kernel-rpi.sh @@ -17,3 +17,9 @@ sed -i "s/| \(Raspberry Pi.*\|Home Assistant Yellow\) | .* |/| \1 | $2 |/g" Docu git commit -m "RaspberryPi: Update kernel $2 - $1" "${defconfigs[@]}" Documentation/kernel.md ./scripts/check-kernel-patches.sh + +echo +echo "WARNING: bumping RPi kernel usually requires bump of rpi-firmware" +echo "package to version from the corresponding branch in raspberrypi/firmware" +echo "repository (which is usually the stable branch), namely because the DT" +echo "overlays are copied from this repository"