diff options
author | Leo Famulari <leo@famulari.name> | 2023-12-09 00:54:07 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-07-23 22:26:01 -0400 |
commit | 4bf4e340b74b66a0fc319aeb100fb1f948a67211 (patch) | |
tree | c4119c94257891d37254f3b2c933618524fcac50 /gnu/packages/linux.scm | |
parent | 369e7e91dea4e76d117c10f8c74f652d84c2dae9 (diff) |
gnu: Remove linux-libre 6.5.
This kernel series is no longer supported upstream.
* gnu/packages/linux.scm (linux-libre-6.5-version, linux-libre-6.5-gnu-revision,
deblob-scripts-6.5, linux-libre-6.5-pristine-source, linux-libre-6.5-source,
linux-libre-headers-6.5, linux-libre-6.5): Remove variables.
* gnu/packages/aux-files/linux-libre/6.5-arm.conf,
gnu/packages/aux-files/linux-libre/6.5-arm64.conf,
gnu/packages/aux-files/linux-libre/6.5-i686.conf,
gnu/packages/aux-files/linux-libre/6.5-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
Change-Id: I142c28a82ab4afbdc62f5bfcd69382a4d2a0ea8c
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 f9e30e5a60..b75a4e12d4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -508,21 +508,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.6))) -(define-public linux-libre-6.5-version "6.5.13") -(define-public linux-libre-6.5-gnu-revision "gnu") -(define deblob-scripts-6.5 - (linux-libre-deblob-scripts - linux-libre-6.5-version - linux-libre-6.5-gnu-revision - (base32 "01mm6v67bcrhgm97axsw46x0iix9im7hmlb765f3bkjhwklpxdy7") - (base32 "066z5lw5vrfayhv23hpfcm6fh6b7zmn2v13kfv1g3z3jl1wblhfh"))) -(define-public linux-libre-6.5-pristine-source - (let ((version linux-libre-6.5-version) - (hash (base32 "1dfbbydmayfj9npx3z0g38p574pmcx3qgs49dv0npigl48wd9yvq"))) - (make-linux-libre-source version - (%upstream-linux-source version hash) - deblob-scripts-6.5))) - ;; The "longterm" kernels — the older releases with long-term upstream support. ;; Here are the support timelines: ;; <https://www.kernel.org/category/releases.html> @@ -649,11 +634,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.5-source - (source-with-patches linux-libre-6.5-pristine-source - (list %boot-logo-patch - %linux-libre-arm-export-__sync_icache_dcache-patch))) - (define-public linux-libre-6.1-source (source-with-patches linux-libre-6.1-pristine-source (append @@ -773,11 +753,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." linux-libre-6.6-gnu-revision linux-libre-6.6-source)) -(define-public linux-libre-headers-6.5 - (make-linux-libre-headers* linux-libre-6.5-version - linux-libre-6.5-gnu-revision - linux-libre-6.5-source)) - (define-public linux-libre-headers-6.1 (make-linux-libre-headers* linux-libre-6.1-version linux-libre-6.1-gnu-revision @@ -1131,14 +1106,6 @@ Linux kernel. It has been modified to remove all non-free binary blobs.") (define-public linux-libre-source linux-libre-6.6-source) (define-public linux-libre linux-libre-6.6) -(define-public linux-libre-6.5 - (make-linux-libre* linux-libre-6.5-version - linux-libre-6.5-gnu-revision - linux-libre-6.5-source - '("x86_64-linux" "i686-linux" "armhf-linux" - "aarch64-linux" "powerpc64le-linux" "riscv64-linux") - #:configuration-file kernel-config)) - (define-public linux-libre-6.1 (make-linux-libre* linux-libre-6.1-version linux-libre-6.1-gnu-revision |