gnu: Remove linux-libre 6.7.
* gnu/packages/linux.scm (linux-libre-6.7-version, linux-libre-6.7-gnu-revision, deblob-scripts-6.7, linux-libre-6.7-pristine-source, linux-libre-6.7-source, linux-libre-headers-6.7, linux-libre-6.7): Remove variables. * gnu/packages/aux-files/linux-libre/6.7-arm.conf, gnu/packages/aux-files/linux-libre/6.7-arm64.conf, gnu/packages/aux-files/linux-libre/6.7-i686.conf, gnu/packages/aux-files/linux-libre/6.7-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove aforementioned .conf files. Change-Id: Ic69a65e1fbfa59d893e85d26950f33195ea9fbe1 Signed-off-by: Leo Famulari <leo@famulari.name>master
parent
147f1f2e0d
commit
238a74c7df
|
@ -431,10 +431,6 @@ AUX_FILES = \
|
||||||
gnu/packages/aux-files/linux-libre/6.8-arm64.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-i686.conf \
|
||||||
gnu/packages/aux-files/linux-libre/6.8-x86_64.conf \
|
gnu/packages/aux-files/linux-libre/6.8-x86_64.conf \
|
||||||
gnu/packages/aux-files/linux-libre/6.7-arm.conf \
|
|
||||||
gnu/packages/aux-files/linux-libre/6.7-arm64.conf \
|
|
||||||
gnu/packages/aux-files/linux-libre/6.7-i686.conf \
|
|
||||||
gnu/packages/aux-files/linux-libre/6.7-x86_64.conf \
|
|
||||||
gnu/packages/aux-files/linux-libre/6.6-arm.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-arm64.conf \
|
||||||
gnu/packages/aux-files/linux-libre/6.6-i686.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
|
@ -500,7 +500,9 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
"linux-" version ".tar.xz"))
|
"linux-" version ".tar.xz"))
|
||||||
(sha256 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.8-version "6.8.8")
|
(define-public linux-libre-6.8-version "6.8.8")
|
||||||
(define-public linux-libre-6.8-gnu-revision "gnu")
|
(define-public linux-libre-6.8-gnu-revision "gnu")
|
||||||
|
@ -517,26 +519,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-6.8)))
|
deblob-scripts-6.8)))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;; The current "stable" kernels. That is, the most recently released major
|
|
||||||
;; versions that are still supported upstream.
|
|
||||||
|
|
||||||
(define-public linux-libre-6.7-version "6.7.12")
|
|
||||||
(define-public linux-libre-6.7-gnu-revision "gnu")
|
|
||||||
(define deblob-scripts-6.7
|
|
||||||
(linux-libre-deblob-scripts
|
|
||||||
linux-libre-6.7-version
|
|
||||||
linux-libre-6.7-gnu-revision
|
|
||||||
(base32 "1ddngihfmwffgvxxv8xsppi76r6grvdxr6zzfzvgl9qw07a6c9fd")
|
|
||||||
(base32 "16zh4cj1q7khl943ij4fzc815plbcdllns93chv6725gsm338hsl")))
|
|
||||||
(define-public linux-libre-6.7-pristine-source
|
|
||||||
(let ((version linux-libre-6.7-version)
|
|
||||||
(hash (base32 "113rf3jqfpf3wcv637zbq5ww2hpaaf23y6dsmkds01l8jkipjabc")))
|
|
||||||
(make-linux-libre-source version
|
|
||||||
(%upstream-linux-source version hash)
|
|
||||||
deblob-scripts-6.7)))
|
|
||||||
|
|
||||||
;; 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>
|
||||||
|
@ -664,11 +646,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
(list %boot-logo-patch
|
(list %boot-logo-patch
|
||||||
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
||||||
|
|
||||||
(define-public linux-libre-6.7-source
|
|
||||||
(source-with-patches linux-libre-6.7-pristine-source
|
|
||||||
(list %boot-logo-patch
|
|
||||||
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
|
||||||
|
|
||||||
(define-public linux-libre-6.6-source
|
(define-public linux-libre-6.6-source
|
||||||
(source-with-patches linux-libre-6.6-pristine-source
|
(source-with-patches linux-libre-6.6-pristine-source
|
||||||
(list %boot-logo-patch
|
(list %boot-logo-patch
|
||||||
|
@ -789,11 +766,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
linux-libre-6.8-gnu-revision
|
linux-libre-6.8-gnu-revision
|
||||||
linux-libre-6.8-source))
|
linux-libre-6.8-source))
|
||||||
|
|
||||||
(define-public linux-libre-headers-6.7
|
|
||||||
(make-linux-libre-headers* linux-libre-6.7-version
|
|
||||||
linux-libre-6.7-gnu-revision
|
|
||||||
linux-libre-6.7-source))
|
|
||||||
|
|
||||||
(define-public linux-libre-headers-6.6
|
(define-public linux-libre-headers-6.6
|
||||||
(make-linux-libre-headers* linux-libre-6.6-version
|
(make-linux-libre-headers* linux-libre-6.6-version
|
||||||
linux-libre-6.6-gnu-revision
|
linux-libre-6.6-gnu-revision
|
||||||
|
@ -1133,14 +1105,6 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
|
||||||
;;; Generic kernel packages.
|
;;; Generic kernel packages.
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
(define-public linux-libre-6.7
|
|
||||||
(make-linux-libre* linux-libre-6.7-version
|
|
||||||
linux-libre-6.7-gnu-revision
|
|
||||||
linux-libre-6.7-source
|
|
||||||
'("x86_64-linux" "i686-linux" "armhf-linux"
|
|
||||||
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
|
|
||||||
#:configuration-file kernel-config))
|
|
||||||
|
|
||||||
(define-public linux-libre-6.8
|
(define-public linux-libre-6.8
|
||||||
(make-linux-libre* linux-libre-6.8-version
|
(make-linux-libre* linux-libre-6.8-version
|
||||||
linux-libre-6.8-gnu-revision
|
linux-libre-6.8-gnu-revision
|
||||||
|
|
Reference in New Issue