From f726b84d22dfd37a689d9624a3419695b1990d9d Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 9 Jul 2025 20:01:16 -0400 Subject: 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 --- gnu/packages/linux.scm | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4923e8ab7a9..a9bd64e6748 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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: ;; @@ -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) -- cgit v1.3