mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove linux-libre 6.15.
The 6.15 kernel series is no longer supported upstream. * gnu/packages/linux.scm (linux-libre-6.15-version, linux-libre-6.15-gnu-revision, deblob-scripts-6.15, linux-libre-6.15-pristine-source, linux-libre-6.15-source, linux-libre-headers-6.15, linux-libre-6.15): Remove variables. * gnu/packages/aux-files/linux-libre/6.15-arm.conf, gnu/packages/aux-files/linux-libre/6.15-arm64.conf, gnu/packages/aux-files/linux-libre/6.15-i686.conf, gnu/packages/aux-files/linux-libre/6.15-riscv.conf, gnu/packages/aux-files/linux-libre/6.15-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. Change-Id: I89fb56d4153589da7205d55458e1c4d8ab53c206
This commit is contained in:
parent
c78732f046
commit
03fbb4850f
7 changed files with 0 additions and 57987 deletions
|
@ -452,11 +452,6 @@ AUX_FILES = \
|
|||
gnu/packages/aux-files/linux-libre/6.16-riscv.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.16-x86_64.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.16-i686.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.15-arm.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.15-arm64.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.15-i686.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.15-riscv.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.15-x86_64.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.12-arm.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.12-arm64.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.12-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
|
@ -541,21 +541,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
|||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-6.16)))
|
||||
|
||||
(define-public linux-libre-6.15-version "6.15.11")
|
||||
(define-public linux-libre-6.15-gnu-revision "gnu")
|
||||
(define deblob-scripts-6.15
|
||||
(linux-libre-deblob-scripts
|
||||
linux-libre-6.15-version
|
||||
linux-libre-6.15-gnu-revision
|
||||
(base32 "05fr8s00ljj7v26z3gb1yrfna42i7zy36x6wrg74ai5hwwc7jfnd")
|
||||
(base32 "0301x3n5qbg8xm48pxq1dhrq0vkr61bqdcyaz0mbckrg20kw6m67")))
|
||||
(define-public linux-libre-6.15-pristine-source
|
||||
(let ((version linux-libre-6.15-version)
|
||||
(hash (base32 "14sxwrvw9p4ybizb8ky1rgahc62q0aw5qkmzqp3cpnavqfgldaw9")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-6.15)))
|
||||
|
||||
;; The "longterm" kernels — the older releases with long-term upstream support.
|
||||
;; Here are the support timelines:
|
||||
;; <https://www.kernel.org/category/releases.html>
|
||||
|
@ -683,11 +668,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
|||
(list %boot-logo-patch
|
||||
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
||||
|
||||
(define-public linux-libre-6.15-source
|
||||
(source-with-patches linux-libre-6.15-pristine-source
|
||||
(list %boot-logo-patch
|
||||
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
||||
|
||||
(define-public linux-libre-6.12-source
|
||||
(source-with-patches linux-libre-6.12-pristine-source
|
||||
(list %boot-logo-patch
|
||||
|
@ -814,11 +794,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
|||
linux-libre-6.16-gnu-revision
|
||||
linux-libre-6.16-source))
|
||||
|
||||
(define-public linux-libre-headers-6.15
|
||||
(make-linux-libre-headers* linux-libre-6.15-version
|
||||
linux-libre-6.15-gnu-revision
|
||||
linux-libre-6.15-source))
|
||||
|
||||
(define-public linux-libre-headers-6.12
|
||||
(make-linux-libre-headers* linux-libre-6.12-version
|
||||
linux-libre-6.12-gnu-revision
|
||||
|
@ -1194,14 +1169,6 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
|
|||
"powerpc64le-linux" "riscv64-linux")
|
||||
#:configuration-file kernel-config))
|
||||
|
||||
(define-public linux-libre-6.15
|
||||
(make-linux-libre* linux-libre-6.15-version
|
||||
linux-libre-6.15-gnu-revision
|
||||
linux-libre-6.15-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.16-version)
|
||||
(define-public linux-libre-gnu-revision linux-libre-6.16-gnu-revision)
|
||||
(define-public linux-libre-pristine-source linux-libre-6.16-pristine-source)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue