Skip to content

Commit

Permalink
Bump Raspberry Pi firmware to latest stable version (#2929)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sairon authored Nov 15, 2023
1 parent b06a89b commit c94b29a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot
6 changes: 6 additions & 0 deletions scripts/update-kernel-rpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c94b29a

Please sign in to comment.