From 5c2bcafd281fdd31b3dfec5a67ba85084c58cf60 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 7 Jan 2025 18:23:15 -0500 Subject: 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 --- 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 efabcabd4c4..49fa5a8dda4 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.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. ;; Here are the support timelines: ;; @@ -656,11 +641,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.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 (source-with-patches linux-libre-6.6-pristine-source (list %boot-logo-patch @@ -782,11 +762,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." linux-libre-6.12-gnu-revision 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 (make-linux-libre-headers* linux-libre-6.6-version linux-libre-6.6-gnu-revision @@ -1151,14 +1126,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.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-gnu-revision linux-libre-6.12-gnu-revision) (define-public linux-libre-pristine-source linux-libre-6.12-pristine-source) -- cgit v1.3