mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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>
This commit is contained in:
parent
2a6d96425e
commit
cfc85eb0c6
7 changed files with 0 additions and 56301 deletions
|
@ -436,11 +436,6 @@ AUX_FILES = \
|
|||
gnu/packages/aux-files/linux-libre/6.11-i686.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.11-x86_64.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.11-riscv.conf \
|
||||
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-i686.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.10-x86_64.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.10-riscv.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.6-arm.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.6-arm64.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.6-i686.conf \
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -527,21 +527,6 @@ (define-public linux-libre-6.11-pristine-source
|
|||
(%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 @@ (define-public linux-libre-6.11-source
|
|||
(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 @@ (define-public linux-libre-headers-6.11
|
|||
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 @@ (define* (make-linux-libre* version gnu-revision source supported-systems
|
|||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue