mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Remove linux-libre 6.0.
This kernel series is no longer supported upstream. * gnu/packages/linux.scm (linux-libre-6.0-version, linux-libre-6.0-gnu-revision, deblob-scripts-6.0, linux-libre-6.0-pristine-source, linux-libre-6.0-source, linux-libre-headers-6.0, linux-libre-6.0): Remove variables. * gnu/packages/aux-files/linux-libre/6.0-arm.conf, gnu/packages/aux-files/linux-libre/6.0-arm64.conf, gnu/packages/aux-files/linux-libre/6.0-i686.conf, gnu/packages/aux-files/linux-libre/6.0-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them.
This commit is contained in:
parent
e1bad6d1d7
commit
9ea37eb9f5
6 changed files with 0 additions and 44842 deletions
|
@ -405,10 +405,6 @@ AUX_FILES = \
|
||||||
gnu/packages/aux-files/linux-libre/6.1-arm64.conf \
|
gnu/packages/aux-files/linux-libre/6.1-arm64.conf \
|
||||||
gnu/packages/aux-files/linux-libre/6.1-i686.conf \
|
gnu/packages/aux-files/linux-libre/6.1-i686.conf \
|
||||||
gnu/packages/aux-files/linux-libre/6.1-x86_64.conf \
|
gnu/packages/aux-files/linux-libre/6.1-x86_64.conf \
|
||||||
gnu/packages/aux-files/linux-libre/6.0-arm.conf \
|
|
||||||
gnu/packages/aux-files/linux-libre/6.0-arm64.conf \
|
|
||||||
gnu/packages/aux-files/linux-libre/6.0-i686.conf \
|
|
||||||
gnu/packages/aux-files/linux-libre/6.0-x86_64.conf \
|
|
||||||
gnu/packages/aux-files/linux-libre/5.15-arm.conf \
|
gnu/packages/aux-files/linux-libre/5.15-arm.conf \
|
||||||
gnu/packages/aux-files/linux-libre/5.15-arm64.conf \
|
gnu/packages/aux-files/linux-libre/5.15-arm64.conf \
|
||||||
gnu/packages/aux-files/linux-libre/5.15-i686.conf \
|
gnu/packages/aux-files/linux-libre/5.15-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
|
@ -495,21 +495,6 @@ (define-public linux-libre-6.1-pristine-source
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-6.1)))
|
deblob-scripts-6.1)))
|
||||||
|
|
||||||
(define-public linux-libre-6.0-version "6.0.19")
|
|
||||||
(define-public linux-libre-6.0-gnu-revision "gnu")
|
|
||||||
(define deblob-scripts-6.0
|
|
||||||
(linux-libre-deblob-scripts
|
|
||||||
linux-libre-6.0-version
|
|
||||||
linux-libre-6.0-gnu-revision
|
|
||||||
(base32 "0iwbjrgiwch5v1xpnm9wk9zqw2v6lxja0k8yj2x0amxc9ma68176")
|
|
||||||
(base32 "16g2bin3xay30zfss1vlb7pwcss5giaxaksp4v1gk05wn51wjrqr")))
|
|
||||||
(define-public linux-libre-6.0-pristine-source
|
|
||||||
(let ((version linux-libre-6.0-version)
|
|
||||||
(hash (base32 "01q2sciv3l9brnsfcv9knx1ps3hq9rk1a08iqk3vscg3waq7xqxb")))
|
|
||||||
(make-linux-libre-source version
|
|
||||||
(%upstream-linux-source version hash)
|
|
||||||
deblob-scripts-6.0)))
|
|
||||||
|
|
||||||
;; The "longterm" kernels — the older releases with long-term upstream support.
|
;; The "longterm" kernels — the older releases with long-term upstream support.
|
||||||
;; Here are the support timelines:
|
;; Here are the support timelines:
|
||||||
;; <https://www.kernel.org/category/releases.html>
|
;; <https://www.kernel.org/category/releases.html>
|
||||||
|
@ -622,12 +607,6 @@ (define-public linux-libre-6.1-source
|
||||||
%linux-libre-arm-export-__sync_icache_dcache-patch
|
%linux-libre-arm-export-__sync_icache_dcache-patch
|
||||||
(search-patch "linux-libre-infodocs-target.patch"))))
|
(search-patch "linux-libre-infodocs-target.patch"))))
|
||||||
|
|
||||||
(define-public linux-libre-6.0-source
|
|
||||||
(source-with-patches linux-libre-6.0-pristine-source
|
|
||||||
(list %boot-logo-patch
|
|
||||||
%linux-libre-arm-export-__sync_icache_dcache-patch
|
|
||||||
(search-patch "linux-libre-infodocs-target.patch"))))
|
|
||||||
|
|
||||||
(define-public linux-libre-5.15-source
|
(define-public linux-libre-5.15-source
|
||||||
(source-with-patches linux-libre-5.15-pristine-source
|
(source-with-patches linux-libre-5.15-pristine-source
|
||||||
(list %boot-logo-patch
|
(list %boot-logo-patch
|
||||||
|
@ -738,11 +717,6 @@ (define-public linux-libre-headers-6.1
|
||||||
linux-libre-6.1-gnu-revision
|
linux-libre-6.1-gnu-revision
|
||||||
linux-libre-6.1-source))
|
linux-libre-6.1-source))
|
||||||
|
|
||||||
(define-public linux-libre-headers-6.0
|
|
||||||
(make-linux-libre-headers* linux-libre-6.0-version
|
|
||||||
linux-libre-6.0-gnu-revision
|
|
||||||
linux-libre-6.0-source))
|
|
||||||
|
|
||||||
(define-public linux-libre-headers-5.15
|
(define-public linux-libre-headers-5.15
|
||||||
(make-linux-libre-headers* linux-libre-5.15-version
|
(make-linux-libre-headers* linux-libre-5.15-version
|
||||||
linux-libre-5.15-gnu-revision
|
linux-libre-5.15-gnu-revision
|
||||||
|
@ -1082,14 +1056,6 @@ (define-public linux-libre-6.1
|
||||||
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
|
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
|
||||||
#:configuration-file kernel-config))
|
#:configuration-file kernel-config))
|
||||||
|
|
||||||
(define-public linux-libre-6.0
|
|
||||||
(make-linux-libre* linux-libre-6.0-version
|
|
||||||
linux-libre-6.0-gnu-revision
|
|
||||||
linux-libre-6.0-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.1-version)
|
(define-public linux-libre-version linux-libre-6.1-version)
|
||||||
(define-public linux-libre-gnu-revision linux-libre-6.1-gnu-revision)
|
(define-public linux-libre-gnu-revision linux-libre-6.1-gnu-revision)
|
||||||
(define-public linux-libre-pristine-source linux-libre-6.1-pristine-source)
|
(define-public linux-libre-pristine-source linux-libre-6.1-pristine-source)
|
||||||
|
|
Loading…
Reference in a new issue