Unverified Commit 546cffc3 authored by zowoq's avatar zowoq Committed by GitHub
Browse files

linux_6_19: remove (#512639)

parents ee2f7c4a ce8e406d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -34,11 +34,6 @@
        "hash": "sha256:0pr5s7hkmn7n17bm7p6sqrkq8g9z42jnvqihv96kn42qrrbwa1y2",
        "lts": true
    },
    "6.19": {
        "version": "6.19.14",
        "hash": "sha256:11giqsz9qa7s9lm94nn4h1bcb2411crsbfyvzrvhfjmy75kvzs6d",
        "lts": false
    },
    "7.0": {
        "version": "7.0.1",
        "hash": "sha256:1gw7v1j0pp2w6fm5y1n0krhnfvgab2jkrvcvwl8hx614dnikbjdj",
+2 −9
Original line number Diff line number Diff line
@@ -106,14 +106,6 @@ in
          ];
        };

        linux_6_19 = callPackage ../os-specific/linux/kernel/mainline.nix {
          branch = "6.19";
          kernelPatches = [
            kernelPatches.bridge_stp_helper
            kernelPatches.request_key_helper
          ];
        };

        linux_7_0 = callPackage ../os-specific/linux/kernel/mainline.nix {
          branch = "7.0";
          kernelPatches = [
@@ -188,6 +180,7 @@ in
        linux_6_15 = throw "linux 6.15 was removed because it has reached its end of life upstream";
        linux_6_16 = throw "linux 6.16 was removed because it has reached its end of life upstream";
        linux_6_17 = throw "linux 6.17 was removed because it has reached its end of life upstream";
        linux_6_19 = throw "linux 6.19 was removed because it has reached its end of life upstream";

        linux_5_10_hardened = throw "linux_hardened on nixpkgs only contains latest stable and latest LTS";
        linux_5_15_hardened = throw "linux_hardened on nixpkgs only contains latest stable and latest LTS";
@@ -684,7 +677,6 @@ in
    linux_6_6 = recurseIntoAttrs (packagesFor kernels.linux_6_6);
    linux_6_12 = recurseIntoAttrs (packagesFor kernels.linux_6_12);
    linux_6_18 = recurseIntoAttrs (packagesFor kernels.linux_6_18);
    linux_6_19 = recurseIntoAttrs (packagesFor kernels.linux_6_19);
    linux_7_0 = recurseIntoAttrs (packagesFor kernels.linux_7_0);
  }
  // lib.optionalAttrs config.allowAliases {
@@ -698,6 +690,7 @@ in
    linux_6_15 = throw "linux 6.15 was removed because it reached its end of life upstream"; # Added 2025-08-23
    linux_6_16 = throw "linux 6.16 was removed because it reached its end of life upstream"; # Added 2025-10-22
    linux_6_17 = throw "linux 6.17 was removed because it reached its end of life upstream"; # Added 2025-12-22
    linux_6_19 = throw "linux 6.19 was removed because it reached its end of life upstream"; # Added 2026-04-23
  };

  rpiPackages = {