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:
Leo Famulari 2025-09-11 22:04:51 -04:00
parent c78732f046
commit 03fbb4850f
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF
7 changed files with 0 additions and 57987 deletions

View file

@ -452,11 +452,6 @@ AUX_FILES = \
gnu/packages/aux-files/linux-libre/6.16-riscv.conf \ 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-x86_64.conf \
gnu/packages/aux-files/linux-libre/6.16-i686.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-arm.conf \
gnu/packages/aux-files/linux-libre/6.12-arm64.conf \ gnu/packages/aux-files/linux-libre/6.12-arm64.conf \
gnu/packages/aux-files/linux-libre/6.12-i686.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

View file

@ -541,21 +541,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash) (%upstream-linux-source version hash)
deblob-scripts-6.16))) 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. ;; 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>
@ -683,11 +668,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.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 (define-public linux-libre-6.12-source
(source-with-patches linux-libre-6.12-pristine-source (source-with-patches linux-libre-6.12-pristine-source
(list %boot-logo-patch (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-gnu-revision
linux-libre-6.16-source)) 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 (define-public linux-libre-headers-6.12
(make-linux-libre-headers* linux-libre-6.12-version (make-linux-libre-headers* linux-libre-6.12-version
linux-libre-6.12-gnu-revision 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") "powerpc64le-linux" "riscv64-linux")
#:configuration-file kernel-config)) #: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-version linux-libre-6.16-version)
(define-public linux-libre-gnu-revision linux-libre-6.16-gnu-revision) (define-public linux-libre-gnu-revision linux-libre-6.16-gnu-revision)
(define-public linux-libre-pristine-source linux-libre-6.16-pristine-source) (define-public linux-libre-pristine-source linux-libre-6.16-pristine-source)