gnu: Remove linux-libre 6.5.
This kernel series is no longer supported upstream. * gnu/packages/linux.scm (linux-libre-6.5-version, linux-libre-6.5-gnu-revision, deblob-scripts-6.5, linux-libre-6.5-pristine-source, linux-libre-6.5-source, linux-libre-headers-6.5, linux-libre-6.5): Remove variables. * gnu/packages/aux-files/linux-libre/6.5-arm.conf, gnu/packages/aux-files/linux-libre/6.5-arm64.conf, gnu/packages/aux-files/linux-libre/6.5-i686.conf, gnu/packages/aux-files/linux-libre/6.5-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. Change-Id: I142c28a82ab4afbdc62f5bfcd69382a4d2a0ea8cmaster
parent
369e7e91de
commit
4bf4e340b7
|
@ -421,10 +421,6 @@ AUX_FILES = \
|
||||||
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 \
|
||||||
gnu/packages/aux-files/linux-libre/6.6-x86_64.conf \
|
gnu/packages/aux-files/linux-libre/6.6-x86_64.conf \
|
||||||
gnu/packages/aux-files/linux-libre/6.5-arm.conf \
|
|
||||||
gnu/packages/aux-files/linux-libre/6.5-arm64.conf \
|
|
||||||
gnu/packages/aux-files/linux-libre/6.5-i686.conf \
|
|
||||||
gnu/packages/aux-files/linux-libre/6.5-x86_64.conf \
|
|
||||||
gnu/packages/aux-files/linux-libre/6.1-arm.conf \
|
gnu/packages/aux-files/linux-libre/6.1-arm.conf \
|
||||||
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 \
|
||||||
|
|
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,21 +508,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-6.6)))
|
deblob-scripts-6.6)))
|
||||||
|
|
||||||
(define-public linux-libre-6.5-version "6.5.13")
|
|
||||||
(define-public linux-libre-6.5-gnu-revision "gnu")
|
|
||||||
(define deblob-scripts-6.5
|
|
||||||
(linux-libre-deblob-scripts
|
|
||||||
linux-libre-6.5-version
|
|
||||||
linux-libre-6.5-gnu-revision
|
|
||||||
(base32 "01mm6v67bcrhgm97axsw46x0iix9im7hmlb765f3bkjhwklpxdy7")
|
|
||||||
(base32 "066z5lw5vrfayhv23hpfcm6fh6b7zmn2v13kfv1g3z3jl1wblhfh")))
|
|
||||||
(define-public linux-libre-6.5-pristine-source
|
|
||||||
(let ((version linux-libre-6.5-version)
|
|
||||||
(hash (base32 "1dfbbydmayfj9npx3z0g38p574pmcx3qgs49dv0npigl48wd9yvq")))
|
|
||||||
(make-linux-libre-source version
|
|
||||||
(%upstream-linux-source version hash)
|
|
||||||
deblob-scripts-6.5)))
|
|
||||||
|
|
||||||
;; 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>
|
||||||
|
@ -649,11 +634,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.5-source
|
|
||||||
(source-with-patches linux-libre-6.5-pristine-source
|
|
||||||
(list %boot-logo-patch
|
|
||||||
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
|
||||||
|
|
||||||
(define-public linux-libre-6.1-source
|
(define-public linux-libre-6.1-source
|
||||||
(source-with-patches linux-libre-6.1-pristine-source
|
(source-with-patches linux-libre-6.1-pristine-source
|
||||||
(append
|
(append
|
||||||
|
@ -773,11 +753,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
linux-libre-6.6-gnu-revision
|
linux-libre-6.6-gnu-revision
|
||||||
linux-libre-6.6-source))
|
linux-libre-6.6-source))
|
||||||
|
|
||||||
(define-public linux-libre-headers-6.5
|
|
||||||
(make-linux-libre-headers* linux-libre-6.5-version
|
|
||||||
linux-libre-6.5-gnu-revision
|
|
||||||
linux-libre-6.5-source))
|
|
||||||
|
|
||||||
(define-public linux-libre-headers-6.1
|
(define-public linux-libre-headers-6.1
|
||||||
(make-linux-libre-headers* linux-libre-6.1-version
|
(make-linux-libre-headers* linux-libre-6.1-version
|
||||||
linux-libre-6.1-gnu-revision
|
linux-libre-6.1-gnu-revision
|
||||||
|
@ -1131,14 +1106,6 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
|
||||||
(define-public linux-libre-source linux-libre-6.6-source)
|
(define-public linux-libre-source linux-libre-6.6-source)
|
||||||
(define-public linux-libre linux-libre-6.6)
|
(define-public linux-libre linux-libre-6.6)
|
||||||
|
|
||||||
(define-public linux-libre-6.5
|
|
||||||
(make-linux-libre* linux-libre-6.5-version
|
|
||||||
linux-libre-6.5-gnu-revision
|
|
||||||
linux-libre-6.5-source
|
|
||||||
'("x86_64-linux" "i686-linux" "armhf-linux"
|
|
||||||
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
|
|
||||||
#:configuration-file kernel-config))
|
|
||||||
|
|
||||||
(define-public linux-libre-6.1
|
(define-public linux-libre-6.1
|
||||||
(make-linux-libre* linux-libre-6.1-version
|
(make-linux-libre* linux-libre-6.1-version
|
||||||
linux-libre-6.1-gnu-revision
|
linux-libre-6.1-gnu-revision
|
||||||
|
|
Reference in New Issue