diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2026-08-20 10:36:18 -0700 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-08-21 19:04:29 -0700 |
| commit | 5bbcd6843addc68fa58aa87393f945e9d92514a4 (patch) | |
| tree | 1174d80f6f684ab47a181a8476dfa59a14b5e8f8 /gnu/packages/linux.scm | |
| parent | f8e875d2c06f09a0801a9a50c212b092a383a759 (diff) | |
gnu: linux-libre 5.15: Drop support.
* gnu/packages/linux.scm (linux-libre-5.15): Remove variable.
* gnu/tests/base.scm (%test-linux-libre-5.15): Remove variable.
* gnu/packages/aux-files/linux-libre/5.15-arm.conf: Remove file.
* gnu/packages/aux-files/linux-libre/5.15-arm64.conf: Remove file.
* gnu/packages/aux-files/linux-libre/5.15-i686.conf: Remove file.
* gnu/packages/aux-files/linux-libre/5.15-x86_64.conf: Remove file.
* Makefile.am (AUX_FILES): Deregister files.
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 25b7615456b..0111f1f785b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -1311,14 +1311,6 @@ Linux kernel. It has been modified to remove all non-free binary blobs.") | |||
| 1311 | "aarch64-linux" "powerpc64le-linux" "riscv64-linux") | 1311 | "aarch64-linux" "powerpc64le-linux" "riscv64-linux") |
| 1312 | #:configuration-file kernel-config)) | 1312 | #:configuration-file kernel-config)) |
| 1313 | 1313 | ||
| 1314 | (define-public linux-libre-5.15 | ||
| 1315 | (make-linux-libre* linux-libre-5.15-version | ||
| 1316 | linux-libre-5.15-gnu-revision | ||
| 1317 | linux-libre-5.15-source | ||
| 1318 | '("x86_64-linux" "i686-linux" "armhf-linux" | ||
| 1319 | "aarch64-linux" "powerpc64le-linux" "riscv64-linux") | ||
| 1320 | #:configuration-file kernel-config)) | ||
| 1321 | |||
| 1322 | ;; Linux-Libre-LTS points to the *newest* released long-term support version of | 1314 | ;; Linux-Libre-LTS points to the *newest* released long-term support version of |
| 1323 | ;; Linux-Libre. | 1315 | ;; Linux-Libre. |
| 1324 | ;; Reference: <https://www.kernel.org/category/releases.html> | 1316 | ;; Reference: <https://www.kernel.org/category/releases.html> |
