mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove linux-libre 6.14.
This kernel series is no longer supported upstream. * gnu/packages/linux.scm (linux-libre-6.14-version, linux-libre-6.14-gnu-revision, deblob-scripts-6.14, linux-libre-6.14-pristine-source, linux-libre-6.14-source, linux-libre-headers-6.14, linux-libre-6.14): Remove variables. * gnu/packages/aux-files/linux-libre/6.14-arm.conf, gnu/packages/aux-files/linux-libre/6.14-arm64.conf, gnu/packages/aux-files/linux-libre/6.14-i686.conf, gnu/packages/aux-files/linux-libre/6.14-riscv.conf, gnu/packages/aux-files/linux-libre/6.14-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. Change-Id: I59b84296f21c6204990442a817ec3727403169de
This commit is contained in:
parent
986e1ffb0e
commit
f726b84d22
7 changed files with 0 additions and 57682 deletions
|
@ -529,21 +529,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
|||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-6.15)))
|
||||
|
||||
(define-public linux-libre-6.14-version "6.14.11")
|
||||
(define-public linux-libre-6.14-gnu-revision "gnu")
|
||||
(define deblob-scripts-6.14
|
||||
(linux-libre-deblob-scripts
|
||||
linux-libre-6.14-version
|
||||
linux-libre-6.14-gnu-revision
|
||||
(base32 "1c27l734pwxgdwhq0gzibaznh0695pqvl17vbddw6q5znm84a0s3")
|
||||
(base32 "14vabccax7mq5gisshlnx2ljx3hr4jj106aw3s9qx5dxbjvr7qcw")))
|
||||
(define-public linux-libre-6.14-pristine-source
|
||||
(let ((version linux-libre-6.14-version)
|
||||
(hash (base32 "06rvydmc2yfspidnsay5hin3i8p4fxy3bvzwnry7gjf9dl5cs71z")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-6.14)))
|
||||
|
||||
;; The "longterm" kernels — the older releases with long-term upstream support.
|
||||
;; Here are the support timelines:
|
||||
;; <https://www.kernel.org/category/releases.html>
|
||||
|
@ -671,11 +656,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.14-source
|
||||
(source-with-patches linux-libre-6.14-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
|
||||
|
@ -802,11 +782,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
|||
linux-libre-6.15-gnu-revision
|
||||
linux-libre-6.15-source))
|
||||
|
||||
(define-public linux-libre-headers-6.14
|
||||
(make-linux-libre-headers* linux-libre-6.14-version
|
||||
linux-libre-6.14-gnu-revision
|
||||
linux-libre-6.14-source))
|
||||
|
||||
(define-public linux-libre-headers-6.12
|
||||
(make-linux-libre-headers* linux-libre-6.12-version
|
||||
linux-libre-6.12-gnu-revision
|
||||
|
@ -1182,14 +1157,6 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
|
|||
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
|
||||
#:configuration-file kernel-config))
|
||||
|
||||
(define-public linux-libre-6.14
|
||||
(make-linux-libre* linux-libre-6.14-version
|
||||
linux-libre-6.14-gnu-revision
|
||||
linux-libre-6.14-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.15-version)
|
||||
(define-public linux-libre-gnu-revision linux-libre-6.15-gnu-revision)
|
||||
(define-public linux-libre-pristine-source linux-libre-6.15-pristine-source)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue