Skip to content

Commit

Permalink
Update kernel to 6.13
Browse files Browse the repository at this point in the history
The ISO should be reproducible and have the following SHA256 hash:
2601cb70bc0c1084a6e0d9ec76f3d8f30dd43a9d766c11981bd37f6bcdcdb821
  • Loading branch information
kuruczgy committed Jan 21, 2025
1 parent 0898163 commit b3b51e6
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions packages/x1e80100-linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ linuxPackagesFor (buildLinux {
src = fetchFromGitHub {
owner = "jhovold";
repo = "linux";
rev = "wip/x1e80100-6.13-rc6";
hash = "sha256-xny3obRX9bPKCT5PbzuprEoH6nBgNDV0gVcVeucV+0M=";
rev = "wip/x1e80100-6.13";
hash = "sha256-IwZ/pOwiHV2d2OiTzI/eSLuEwNJhV/1Ud7QvBkMRyDs=";
};
version = "6.13.0-rc6";
version = "6.13.0";
defconfig = "johan_defconfig";

structuredExtraConfig = with lib.kernel; {
Expand Down Expand Up @@ -58,20 +58,6 @@ linuxPackagesFor (buildLinux {
}

# RTC support
{
name = "rtc: pm8xxx: implement qcom,no-alarm flag for non-HLOS owned alarm";
patch = fetchurl {
url = "https://lore.kernel.org/linux-kernel/[email protected]/raw";
hash = "sha256-+HoD4ggo4c6fNbUjQ0uCI8UDE4urd6XzHlodKm/5n5Y=";
};
}
{
name = "arm64: dts: qcom: x1e80100-pmics: enable RTC";
patch = fetchurl {
url = "https://lore.kernel.org/linux-kernel/[email protected]/raw";
hash = "sha256-SxdyzwNzp5hnLmruic3tUCfATm7X4xIXgLwGF/Fj9uk=";
};
}
{
name = "arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: add rtc offset to set rtc time";
# Adapted from: https://lore.kernel.org/linux-kernel/[email protected]/
Expand Down

0 comments on commit b3b51e6

Please sign in to comment.