Merge pull request #1822 from peat-psuwit/for-upstream/linux_rpi-6.12.75

raspberry-pi/common/kernel: 6.12.47-stable_20250916 -> 6.12.75-1+rpt1
This commit is contained in:
Doron Behar 2026-05-04 11:40:28 +00:00 committed by GitHub
commit 61034489c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,21 +10,22 @@
let
# NOTE: raspberryPiWirelessFirmware should be updated with this
modDirVersion = "6.12.47";
tag = "stable_20250916";
hash = "sha256-HG8Oc04V2t54l0SOn4gKmNJWQUrZfjWusgKcWvx74H0==";
modDirVersion = "6.12.75";
hash = "sha256-qrljd20n4tj/7C7gzNnxw7JIyEF2Ppf1PWm2a7vxh1w=";
in
(buildLinux (
args
// {
version = "${modDirVersion}-${tag}";
version = "${modDirVersion}-1+rpt1";
inherit modDirVersion;
pname = "linux-rpi";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "linux";
inherit tag hash;
# https://github.com/RPi-Distro/linux-packaging/raw/refs/tags/pios/1%256.12.75-1+rpt1/debian/changelog
rev = "89050b1059997d38d55462b323b099a6436dc10d";
inherit hash;
};
defconfig =