mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
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
This commit is contained in:
parent
b06a89b264
commit
c94b29a9cc
@ -1 +1 @@
|
||||
Subproject commit 20ea6bedda7682f809d254bb5a3e17b1ba288ea7
|
||||
Subproject commit a48cc458e721571da04696ee9f1341e3f9e86702
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user