diff options
author | Wilko Meyer <w@wmeyer.eu> | 2024-11-01 23:22:13 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2024-11-09 14:11:43 -0500 |
commit | cfc85eb0c67a5cf10a3fbe2531b926cbb8c62489 (patch) | |
tree | 5ef3963af43197fe63a698cff75384544808a691 /gnu/packages/linux.scm | |
parent | 2a6d96425eea57dc6dd48a2bec16743046e32e06 (diff) | |
download | guix-cfc85eb0c67a5cf10a3fbe2531b926cbb8c62489.tar.gz guix-cfc85eb0c67a5cf10a3fbe2531b926cbb8c62489.zip |
gnu: Remove linux-libre 6.10.
* gnu/packages/linux.scm (linux-libre-6.10-version, linux-libre-6.10-gnu-revision,
deblob-scripts-6.10, linux-libre-6.10-pristine-source, linux-libre-6.10-source,
linux-libre-headers-6.10, linux-libre-6.10): Remove variables.
* gnu/packages/aux-files/linux-libre/6.10-arm.conf,
gnu/packages/aux-files/linux-libre/6.10-arm64.conf,
gnu/packages/aux-files/linux-libre/6.10-riscv.conf
gnu/packages/aux-files/linux-libre/6.10-i686.conf,
gnu/packages/aux-files/linux-libre/6.10-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove aforementioned .conf files.
Change-Id: I7a22ca60378b38d45130d8a7ffee52eed1fba7f3
Signed-off-by: Leo Famulari <leo@famulari.name>
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 992790188a..a2a0359055 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -527,21 +527,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.11))) -(define-public linux-libre-6.10-version "6.10.14") -(define-public linux-libre-6.10-gnu-revision "gnu") -(define deblob-scripts-6.10 - (linux-libre-deblob-scripts - linux-libre-6.10-version - linux-libre-6.10-gnu-revision - (base32 "1j43v1z4g1f681wvna2dh9vxaz0pgni0wchbh1xhyhhfcqbm1f47") - (base32 "0bpkqvhvaqpim0h7nbpq7sarqisi7vlnk6x1161d6if8kb8k9glr"))) -(define-public linux-libre-6.10-pristine-source - (let ((version linux-libre-6.10-version) - (hash (base32 "0gj2z9ax1qv59n2mld0pg2svwi28lbq92ql98vy7crynd2ybrram"))) - (make-linux-libre-source version - (%upstream-linux-source version hash) - deblob-scripts-6.10))) - ;; The "longterm" kernels — the older releases with long-term upstream support. ;; Here are the support timelines: ;; <https://www.kernel.org/category/releases.html> @@ -669,11 +654,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.10-source - (source-with-patches linux-libre-6.10-pristine-source - (list %boot-logo-patch - %linux-libre-arm-export-__sync_icache_dcache-patch))) - (define-public linux-libre-6.6-source (source-with-patches linux-libre-6.6-pristine-source (list %boot-logo-patch @@ -800,11 +780,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." linux-libre-6.11-gnu-revision linux-libre-6.11-source)) -(define-public linux-libre-headers-6.10 - (make-linux-libre-headers* linux-libre-6.10-version - linux-libre-6.10-gnu-revision - linux-libre-6.10-source)) - (define-public linux-libre-headers-6.6 (make-linux-libre-headers* linux-libre-6.6-version linux-libre-6.6-gnu-revision @@ -1166,14 +1141,6 @@ Linux kernel. It has been modified to remove all non-free binary blobs.") ;;; Generic kernel packages. ;;; -(define-public linux-libre-6.10 - (make-linux-libre* linux-libre-6.10-version - linux-libre-6.10-gnu-revision - linux-libre-6.10-source - '("x86_64-linux" "i686-linux" "armhf-linux" - "aarch64-linux" "powerpc64le-linux" "riscv64-linux") - #:configuration-file kernel-config)) - (define-public linux-libre-6.11 (make-linux-libre* linux-libre-6.11-version linux-libre-6.11-gnu-revision |