Update to pi foundation kernel 6.18.21 and siderolabs/sbc-raspberrypi overlay

This commit is contained in:
local-build
2026-04-08 12:49:54 -05:00
parent 47bbcddbd4
commit 7a8cbf25a8
6 changed files with 301 additions and 125 deletions
+8 -3
View File
@@ -67,16 +67,21 @@ checkouts-clean:
#
# Patches
#
.PHONY: patches-pkgs patches-talos patches patches
.PHONY: patches-pkgs patches-talos patches-sbc-raspberrypi patches patches
patches-pkgs:
cd "$(CHECKOUTS_DIRECTORY)/pkgs" && \
git am "$(PATCHES_DIRECTORY)/siderolabs/pkgs/0001-Patched-for-Raspberry-Pi-5.patch"
patches-talos:
cd "$(CHECKOUTS_DIRECTORY)/talos" && \
git am "$(PATCHES_DIRECTORY)/siderolabs/talos/0001-Patched-for-Raspberry-Pi-5.patch"
git am "$(PATCHES_DIRECTORY)/siderolabs/talos/0001-Patched-for-Raspberry-Pi-5.patch" && \
git am "$(PATCHES_DIRECTORY)/siderolabs/talos/0002-Makefile.patch"
patches: patches-pkgs patches-talos
patches-sbc-raspberrypi:
cd "$(CHECKOUTS_DIRECTORY)/sbc-raspberrypi" && \
git am "$(PATCHES_DIRECTORY)/siderolabs/sbc-raspberrypi/0001-Patched-for-Raspberry-Pi-5.patch"
patches: patches-pkgs patches-talos patches-sbc-raspberrypi
# Backwards-compatible alias
patches: patches