mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Remove linux-libre 6.8.
* gnu/packages/linux.scm (linux-libre-6.8-version, linux-libre-6.8-gnu-revision, deblob-scripts-6.8, linux-libre-6.8-pristine-source, linux-libre-6.8-source, linux-libre-headers-6.8, linux-libre-6.8): Remove variables. * gnu/packages/aux-files/linux-libre/6.8-arm.conf, gnu/packages/aux-files/linux-libre/6.8-arm64.conf, gnu/packages/aux-files/linux-libre/6.8-riscv.conf gnu/packages/aux-files/linux-libre/6.8-i686.conf, gnu/packages/aux-files/linux-libre/6.8-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove aforementioned .conf files. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: Ib94c61f629721f94a307e51b449e5ccd117a2f9a
This commit is contained in:
parent
f9ed5788fd
commit
6fad0fd1c3
7 changed files with 2 additions and 55328 deletions
|
@ -435,11 +435,6 @@ AUX_FILES = \
|
|||
gnu/packages/aux-files/linux-libre/6.9-i686.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.9-x86_64.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.9-riscv.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.8-arm.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.8-arm64.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.8-i686.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.8-x86_64.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.8-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
|
@ -508,7 +508,8 @@ (define (%upstream-linux-source version hash)
|
|||
(sha256 hash)))
|
||||
|
||||
|
||||
;; The current "mainline" kernel.
|
||||
;; The current "stable" kernels. That is, the most recently released major
|
||||
;; versions that are still supported upstream.
|
||||
|
||||
(define-public linux-libre-6.9-version "6.9.4")
|
||||
(define-public linux-libre-6.9-gnu-revision "gnu")
|
||||
|
@ -525,23 +526,6 @@ (define-public linux-libre-6.9-pristine-source
|
|||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-6.9)))
|
||||
|
||||
;; The current "stable" kernels. That is, the most recently released major
|
||||
;; versions that are still supported upstream.
|
||||
|
||||
(define-public linux-libre-6.8-version "6.8.12")
|
||||
(define-public linux-libre-6.8-gnu-revision "gnu")
|
||||
(define deblob-scripts-6.8
|
||||
(linux-libre-deblob-scripts
|
||||
linux-libre-6.8-version
|
||||
linux-libre-6.8-gnu-revision
|
||||
(base32 "17gvccv60mcpi8l9d83p4jh56vhwsv62blahz774kzyb40j8jsd4")
|
||||
(base32 "049qgwx6njh139vzdhgyzpfbc58vqs66nbsyblq6vszqrz27kmki")))
|
||||
(define-public linux-libre-6.8-pristine-source
|
||||
(let ((version linux-libre-6.8-version)
|
||||
(hash (base32 "0fb0m0fv4521g63gq04d7lm6hy8169s1rykiav5bkd99s9b1kcqr")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-6.8)))
|
||||
|
||||
;; The "longterm" kernels — the older releases with long-term upstream support.
|
||||
;; Here are the support timelines:
|
||||
|
@ -670,11 +654,6 @@ (define-public linux-libre-6.9-source
|
|||
(list %boot-logo-patch
|
||||
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
||||
|
||||
(define-public linux-libre-6.8-source
|
||||
(source-with-patches linux-libre-6.8-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
|
||||
|
@ -795,11 +774,6 @@ (define-public linux-libre-headers-6.9
|
|||
linux-libre-6.9-gnu-revision
|
||||
linux-libre-6.9-source))
|
||||
|
||||
(define-public linux-libre-headers-6.8
|
||||
(make-linux-libre-headers* linux-libre-6.8-version
|
||||
linux-libre-6.8-gnu-revision
|
||||
linux-libre-6.8-source))
|
||||
|
||||
(define-public linux-libre-headers-6.6
|
||||
(make-linux-libre-headers* linux-libre-6.6-version
|
||||
linux-libre-6.6-gnu-revision
|
||||
|
@ -1165,14 +1139,6 @@ (define-public linux-libre-6.9
|
|||
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
|
||||
#:configuration-file kernel-config))
|
||||
|
||||
(define-public linux-libre-6.8
|
||||
(make-linux-libre* linux-libre-6.8-version
|
||||
linux-libre-6.8-gnu-revision
|
||||
linux-libre-6.8-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.9-version)
|
||||
(define-public linux-libre-gnu-revision linux-libre-6.9-gnu-revision)
|
||||
(define-public linux-libre-pristine-source linux-libre-6.9-pristine-source)
|
||||
|
|
Loading…
Reference in a new issue