gnu: Remove linux-libre 6.11.

This kernel series is no longer supported upstream.

* gnu/packages/linux.scm (linux-libre-6.11-version,
linux-libre-6.11-gnu-revision, deblob-scripts-6.11,
linux-libre-6.11-pristine-source, linux-libre-6.11-source,
linux-libre-headers-6.11, linux-libre-6.11): Remove variables.
the commit message for your changes. Lines starting
* gnu/packages/aux-files/linux-libre/6.11-arm.conf,
gnu/packages/aux-files/linux-libre/6.11-arm64.conf,
gnu/packages/aux-files/linux-libre/6.11-i686.conf,
gnu/packages/aux-files/linux-libre/6.11-riscv.conf,
gnu/packages/aux-files/linux-libre/6.11-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.

Change-Id: I71ae7696534b2096de5ffb650bf8a8313e907edb
This commit is contained in:
Leo Famulari 2025-01-07 18:23:15 -05:00
parent f365d6c636
commit 5c2bcafd28
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF
7 changed files with 0 additions and 56787 deletions

View file

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

File diff suppressed because it is too large Load diff

View file

@ -529,21 +529,6 @@ (define-public linux-libre-6.12-pristine-source
(%upstream-linux-source version hash) (%upstream-linux-source version hash)
deblob-scripts-6.12))) deblob-scripts-6.12)))
(define-public linux-libre-6.11-version "6.11.11")
(define-public linux-libre-6.11-gnu-revision "gnu")
(define deblob-scripts-6.11
(linux-libre-deblob-scripts
linux-libre-6.11-version
linux-libre-6.11-gnu-revision
(base32 "0igjsnlnvzl9q2cb5ypavbfirldqw86v7krmxljivshh765xzykd")
(base32 "0y5s6yr50vilmi095argqikq1inng9rsaf5r8b3j2zz3brk8d17j")))
(define-public linux-libre-6.11-pristine-source
(let ((version linux-libre-6.11-version)
(hash (base32 "1z2913y38clnlmhvwj49h7p4pic24s4d8np7nmd4lk7m2xz8w532")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.11)))
;; 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>
@ -656,11 +641,6 @@ (define-public linux-libre-6.12-source
(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.11-source
(source-with-patches linux-libre-6.11-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
@ -782,11 +762,6 @@ (define-public linux-libre-headers-6.12
linux-libre-6.12-gnu-revision linux-libre-6.12-gnu-revision
linux-libre-6.12-source)) linux-libre-6.12-source))
(define-public linux-libre-headers-6.11
(make-linux-libre-headers* linux-libre-6.11-version
linux-libre-6.11-gnu-revision
linux-libre-6.11-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
@ -1151,14 +1126,6 @@ (define-public linux-libre-6.12
"aarch64-linux" "powerpc64le-linux" "riscv64-linux") "aarch64-linux" "powerpc64le-linux" "riscv64-linux")
#:configuration-file kernel-config)) #:configuration-file kernel-config))
(define-public linux-libre-6.11
(make-linux-libre* linux-libre-6.11-version
linux-libre-6.11-gnu-revision
linux-libre-6.11-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.12-version) (define-public linux-libre-version linux-libre-6.12-version)
(define-public linux-libre-gnu-revision linux-libre-6.12-gnu-revision) (define-public linux-libre-gnu-revision linux-libre-6.12-gnu-revision)
(define-public linux-libre-pristine-source linux-libre-6.12-pristine-source) (define-public linux-libre-pristine-source linux-libre-6.12-pristine-source)