diff options
author | Leo Famulari <leo@famulari.name> | 2023-10-21 14:36:42 -0700 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-07-23 19:26:00 -0700 |
commit | 2216d98958edf41da64568f7b9d2a2433e40dda0 (patch) | |
tree | d5bdb6b09f4c9ce296e79348dee2f9cf46f6bd92 /gnu/packages/linux.scm | |
parent | e6af40d7b46b5c9e397a38c62c885fb42ccd9d26 (diff) | |
download | guix-2216d98958edf41da64568f7b9d2a2433e40dda0.tar.gz |
gnu: Remove linux-libre 6.4.
* gnu/packages/linux.scm (linux-libre-6.4-version, linux-libre-6.4-gnu-revision, deblob-scripts-6.4, linux-libre-6.4-pristine-source, linux-libre-6.4-source, linux-libre-headers-6.4, linux-libre-6.4): Remove variables. * gnu/packages/aux-files/linux-libre/6.4-arm.conf, gnu/packages/aux-files/linux-libre/6.4-arm64.conf, gnu/packages/aux-files/linux-libre/6.4-i686.conf, gnu/packages/aux-files/linux-libre/6.4-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them.
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 9a0610528e..f02577d2d5 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.5))) -(define-public linux-libre-6.4-version "6.4.16") -(define-public linux-libre-6.4-gnu-revision "gnu") -(define deblob-scripts-6.4 - (linux-libre-deblob-scripts - linux-libre-6.4-version - linux-libre-6.4-gnu-revision - (base32 "012d16rjprxdv9frf7kcakpikvw7l0s3kvj4kkp9flzdg3j8wxpz") - (base32 "02zizxf0dp4291hbvjrif04m19h8rrc55c11qinlrm0p19s9srcx"))) -(define-public linux-libre-6.4-pristine-source - (let ((version linux-libre-6.4-version) - (hash (base32 "0zgj1z97jyx7wf12zrnlcp0mj4cl43ais9qsy6dh1jwylf2fq9ln"))) - (make-linux-libre-source version - (%upstream-linux-source version hash) - deblob-scripts-6.4))) - ;; 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.4-source - (source-with-patches linux-libre-6.4-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.5-gnu-revision linux-libre-6.5-source)) -(define-public linux-libre-headers-6.4 - (make-linux-libre-headers* linux-libre-6.4-version - linux-libre-6.4-gnu-revision - linux-libre-6.4-source)) - (define-public linux-libre-headers-6.1 (make-linux-libre-headers* linux-libre-6.1-version linux-libre-6.1-gnu-revision @@ -1125,14 +1100,6 @@ Linux kernel. It has been modified to remove all non-free binary blobs.") "aarch64-linux" "powerpc64le-linux" "riscv64-linux") #:configuration-file kernel-config)) -(define-public linux-libre-6.4 - (make-linux-libre* linux-libre-6.4-version - linux-libre-6.4-gnu-revision - linux-libre-6.4-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.5-version) (define-public linux-libre-gnu-revision linux-libre-6.5-gnu-revision) (define-public linux-libre-pristine-source linux-libre-6.5-pristine-source) |