mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove linux-libre 6.13.
This kernel series is no longer supported upstream. * gnu/packages/linux.scm (linux-libre-6.13-version, linux-libre-6.13-gnu-revision, deblob-scripts-6.13, linux-libre-6.13-pristine-source, linux-libre-6.13-source, linux-libre-headers-6.13, linux-libre-6.13): Remove variables. * gnu/packages/aux-files/linux-libre/6.13-arm.conf, gnu/packages/aux-files/linux-libre/6.13-arm64.conf, gnu/packages/aux-files/linux-libre/6.13-i686.conf, gnu/packages/aux-files/linux-libre/6.13-riscv.conf, gnu/packages/aux-files/linux-libre/6.13-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. Change-Id: Ied843a009392752dd4baefa2880994965019779d
This commit is contained in:
parent
ac2d792aae
commit
6e8ffdf3c5
7 changed files with 5 additions and 57547 deletions
|
@ -447,11 +447,6 @@ AUX_FILES = \
|
|||
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 \
|
||||
gnu/packages/aux-files/linux-libre/6.13-arm.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.13-arm64.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.13-i686.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.13-riscv.conf \
|
||||
gnu/packages/aux-files/linux-libre/6.13-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
|
@ -528,21 +528,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
|||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-6.14)))
|
||||
|
||||
(define-public linux-libre-6.13-version "6.13.12")
|
||||
(define-public linux-libre-6.13-gnu-revision "gnu")
|
||||
(define deblob-scripts-6.13
|
||||
(linux-libre-deblob-scripts
|
||||
linux-libre-6.13-version
|
||||
linux-libre-6.13-gnu-revision
|
||||
(base32 "0m8k0ms0kwc9jr9akzdk2ckriw8qrlx3b7isyqsc4rvdg4c41vrx")
|
||||
(base32 "1c28ypn2bkba2kx28fx9cygzzj3hf1yg5kx5cj6l051dh71czbsh")))
|
||||
(define-public linux-libre-6.13-pristine-source
|
||||
(let ((version linux-libre-6.13-version)
|
||||
(hash (base32 "0hhj49k3ksjcp0dg5yiahqzryjfdpr9c1a9ph6j9slzmkikbn7v1")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-6.13)))
|
||||
|
||||
;; The "longterm" kernels — the older releases with long-term upstream support.
|
||||
;; Here are the support timelines:
|
||||
;; <https://www.kernel.org/category/releases.html>
|
||||
|
@ -670,11 +655,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.13-source
|
||||
(source-with-patches linux-libre-6.13-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
|
||||
|
@ -801,11 +781,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
|||
linux-libre-6.14-gnu-revision
|
||||
linux-libre-6.14-source))
|
||||
|
||||
(define-public linux-libre-headers-6.13
|
||||
(make-linux-libre-headers* linux-libre-6.13-version
|
||||
linux-libre-6.13-gnu-revision
|
||||
linux-libre-6.13-source))
|
||||
|
||||
(define-public linux-libre-headers-6.12
|
||||
(make-linux-libre-headers* linux-libre-6.12-version
|
||||
linux-libre-6.12-gnu-revision
|
||||
|
@ -1186,13 +1161,11 @@ 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.13
|
||||
(make-linux-libre* linux-libre-6.13-version
|
||||
linux-libre-6.13-gnu-revision
|
||||
linux-libre-6.13-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.14-version)
|
||||
(define-public linux-libre-gnu-revision linux-libre-6.14-gnu-revision)
|
||||
(define-public linux-libre-pristine-source linux-libre-6.14-pristine-source)
|
||||
(define-public linux-libre-source linux-libre-6.14-source)
|
||||
(define-public linux-libre linux-libre-6.14)
|
||||
|
||||
(define-public linux-libre-6.12
|
||||
(make-linux-libre* linux-libre-6.12-version
|
||||
|
@ -1202,12 +1175,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-version linux-libre-6.14-version)
|
||||
(define-public linux-libre-gnu-revision linux-libre-6.14-gnu-revision)
|
||||
(define-public linux-libre-pristine-source linux-libre-6.14-pristine-source)
|
||||
(define-public linux-libre-source linux-libre-6.14-source)
|
||||
(define-public linux-libre linux-libre-6.14)
|
||||
|
||||
(define-public linux-libre-6.6
|
||||
(make-linux-libre* linux-libre-6.6-version
|
||||
linux-libre-6.6-gnu-revision
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue