mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Remove linux-libre 5.7.
The 5.7 kernel series is no longer supported upstream. * gnu/packages/linux.scm (deblob-scripts-5.7, linux-libre-5.7-version, linux-libre-5.7-pristine-source, linux-libre-5.7-source, linux-libre-headers-5.7, linux-libre-5.7) Remove variables. * gnu/packages/aux-files/linux-libre/5.7-arm.conf, gnu/packages/aux-files/linux-libre/5.7-arm64.conf, gnu/packages/aux-files/linux-libre/5.7-i686.conf, gnu/packages/aux-files/linux-libre/5.7-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them.
This commit is contained in:
parent
71a85fedcd
commit
b39541859d
6 changed files with 0 additions and 40296 deletions
|
@ -335,10 +335,6 @@ AUX_FILES = \
|
|||
gnu/packages/aux-files/linux-libre/5.8-arm64.conf \
|
||||
gnu/packages/aux-files/linux-libre/5.8-i686.conf \
|
||||
gnu/packages/aux-files/linux-libre/5.8-x86_64.conf \
|
||||
gnu/packages/aux-files/linux-libre/5.7-arm.conf \
|
||||
gnu/packages/aux-files/linux-libre/5.7-arm64.conf \
|
||||
gnu/packages/aux-files/linux-libre/5.7-i686.conf \
|
||||
gnu/packages/aux-files/linux-libre/5.7-x86_64.conf \
|
||||
gnu/packages/aux-files/linux-libre/5.4-arm.conf \
|
||||
gnu/packages/aux-files/linux-libre/5.4-arm64.conf \
|
||||
gnu/packages/aux-files/linux-libre/5.4-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
|
@ -212,12 +212,6 @@ (define deblob-scripts-5.8
|
|||
(base32 "07z7sglyrfh0706icqqf3shadf638pvyid9386r661ds5lbsa2mw")
|
||||
(base32 "0j6jba5fcddqlb42f95gjl78jisfla4nswqila074gglcrbnl9q7")))
|
||||
|
||||
(define deblob-scripts-5.7
|
||||
(linux-libre-deblob-scripts
|
||||
"5.7.18"
|
||||
(base32 "1gharhw104wxp9dxjkzzvsqc2xn44mc9yvacc3v7jh7b6bb0a64a")
|
||||
(base32 "19mzampqx6j85fbdnl347wsy8zw2fnm189llsjc7jwfm10qc2kms")))
|
||||
|
||||
(define deblob-scripts-5.4
|
||||
(linux-libre-deblob-scripts
|
||||
"5.4.61"
|
||||
|
@ -397,14 +391,6 @@ (define-public linux-libre-5.8-pristine-source
|
|||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.8)))
|
||||
|
||||
(define-public linux-libre-5.7-version "5.7.19")
|
||||
(define-public linux-libre-5.7-pristine-source
|
||||
(let ((version linux-libre-5.7-version)
|
||||
(hash (base32 "1rwzp51ddlkdzanj6i8jqj5yh0njpzn7ly4r8nnzwkdfp5465721")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.7)))
|
||||
|
||||
(define-public linux-libre-5.4-version "5.4.61")
|
||||
(define-public linux-libre-5.4-pristine-source
|
||||
(let ((version linux-libre-5.4-version)
|
||||
|
@ -478,11 +464,6 @@ (define-public linux-libre-5.8-source
|
|||
(list %boot-logo-patch
|
||||
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
||||
|
||||
(define-public linux-libre-5.7-source
|
||||
(source-with-patches linux-libre-5.7-pristine-source
|
||||
(list %boot-logo-patch
|
||||
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
||||
|
||||
(define-public linux-libre-5.4-source
|
||||
(source-with-patches linux-libre-5.4-pristine-source
|
||||
(list %boot-logo-patch
|
||||
|
@ -586,10 +567,6 @@ (define-public linux-libre-headers-5.8
|
|||
(make-linux-libre-headers* linux-libre-5.8-version
|
||||
linux-libre-5.8-source))
|
||||
|
||||
(define-public linux-libre-headers-5.7
|
||||
(make-linux-libre-headers* linux-libre-5.7-version
|
||||
linux-libre-5.7-source))
|
||||
|
||||
(define-public linux-libre-headers-5.4
|
||||
(make-linux-libre-headers* linux-libre-5.4-version
|
||||
linux-libre-5.4-source))
|
||||
|
@ -868,12 +845,6 @@ (define-public linux-libre-pristine-source linux-libre-5.8-pristine-source)
|
|||
(define-public linux-libre-source linux-libre-5.8-source)
|
||||
(define-public linux-libre linux-libre-5.8)
|
||||
|
||||
(define-public linux-libre-5.7
|
||||
(make-linux-libre* linux-libre-5.7-version
|
||||
linux-libre-5.7-source
|
||||
'("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux" "riscv64-linux")
|
||||
#:configuration-file kernel-config))
|
||||
|
||||
(define-public linux-libre-5.4
|
||||
(make-linux-libre* linux-libre-5.4-version
|
||||
linux-libre-5.4-source
|
||||
|
|
Loading…
Reference in a new issue