diff options
| author | Leo Famulari <leo@famulari.name> | 2025-09-11 22:04:51 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-09-13 14:57:19 -0400 |
| commit | 03fbb4850fc0514eb7e5fb90d21d9c21fc01862d (patch) | |
| tree | 55cc8ccae2479d45569f9f60caf67b70d9ea9367 /gnu/packages/linux.scm | |
| parent | c78732f046f6b8f697ae2b8866fc6ff96f5f4972 (diff) | |
gnu: Remove linux-libre 6.15.
The 6.15 kernel series is no longer supported upstream.
* gnu/packages/linux.scm (linux-libre-6.15-version,
linux-libre-6.15-gnu-revision, deblob-scripts-6.15,
linux-libre-6.15-pristine-source, linux-libre-6.15-source,
linux-libre-headers-6.15, linux-libre-6.15): Remove variables.
* gnu/packages/aux-files/linux-libre/6.15-arm.conf,
gnu/packages/aux-files/linux-libre/6.15-arm64.conf,
gnu/packages/aux-files/linux-libre/6.15-i686.conf,
gnu/packages/aux-files/linux-libre/6.15-riscv.conf,
gnu/packages/aux-files/linux-libre/6.15-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
Change-Id: I89fb56d4153589da7205d55458e1c4d8ab53c206
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d59531116a6..a96419aadf0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -541,21 +541,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.16))) -(define-public linux-libre-6.15-version "6.15.11") -(define-public linux-libre-6.15-gnu-revision "gnu") -(define deblob-scripts-6.15 - (linux-libre-deblob-scripts - linux-libre-6.15-version - linux-libre-6.15-gnu-revision - (base32 "05fr8s00ljj7v26z3gb1yrfna42i7zy36x6wrg74ai5hwwc7jfnd") - (base32 "0301x3n5qbg8xm48pxq1dhrq0vkr61bqdcyaz0mbckrg20kw6m67"))) -(define-public linux-libre-6.15-pristine-source - (let ((version linux-libre-6.15-version) - (hash (base32 "14sxwrvw9p4ybizb8ky1rgahc62q0aw5qkmzqp3cpnavqfgldaw9"))) - (make-linux-libre-source version - (%upstream-linux-source version hash) - deblob-scripts-6.15))) - ;; The "longterm" kernels — the older releases with long-term upstream support. ;; Here are the support timelines: ;; <https://www.kernel.org/category/releases.html> @@ -683,11 +668,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (list %boot-logo-patch %linux-libre-arm-export-__sync_icache_dcache-patch))) -(define-public linux-libre-6.15-source - (source-with-patches linux-libre-6.15-pristine-source - (list %boot-logo-patch - %linux-libre-arm-export-__sync_icache_dcache-patch))) - (define-public linux-libre-6.12-source (source-with-patches linux-libre-6.12-pristine-source (list %boot-logo-patch @@ -814,11 +794,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." linux-libre-6.16-gnu-revision linux-libre-6.16-source)) -(define-public linux-libre-headers-6.15 - (make-linux-libre-headers* linux-libre-6.15-version - linux-libre-6.15-gnu-revision - linux-libre-6.15-source)) - (define-public linux-libre-headers-6.12 (make-linux-libre-headers* linux-libre-6.12-version linux-libre-6.12-gnu-revision @@ -1194,14 +1169,6 @@ Linux kernel. It has been modified to remove all non-free binary blobs.") "powerpc64le-linux" "riscv64-linux") #:configuration-file kernel-config)) -(define-public linux-libre-6.15 - (make-linux-libre* linux-libre-6.15-version - linux-libre-6.15-gnu-revision - linux-libre-6.15-source - '("x86_64-linux" "i686-linux" "armhf-linux" - "aarch64-linux" "powerpc64le-linux" "riscv64-linux") - #:configuration-file kernel-config)) - (define-public linux-libre-version linux-libre-6.16-version) (define-public linux-libre-gnu-revision linux-libre-6.16-gnu-revision) (define-public linux-libre-pristine-source linux-libre-6.16-pristine-source) |
