From 2c7f2b40e2dbee48075147a87c6cd9b611dc5ba9 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sun, 16 Jan 2022 01:57:44 -0500 Subject: gnu: linux-libre-lts: Update to 5.15. 5.15 is the newest long-term support version of the kernel. * gnu/packages/linux.scm (linux-libre-lts-version, linux-libre-lts-gnu-revision, linux-libre-lts-pristine-source, linux-libre-lts-source, linux-libre-lts): Use linux-libre-5.15. --- gnu/packages/linux.scm | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b00fa27ce6..4141e0fb22 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -356,6 +356,12 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. + +;; Currently, no stable kernels are packaged. + +;; The "longterm" kernels — the older releases with long-term upstream support. +;; Here are the support timelines: +;; (define-public linux-libre-5.15-version "5.15.15") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 @@ -371,9 +377,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.15))) -;; The "longterm" kernels — the older releases with long-term upstream support. -;; Here are the support timelines: -;; (define-public linux-libre-5.10-version "5.10.92") (define-public linux-libre-5.10-gnu-revision "gnu1") (define deblob-scripts-5.10 @@ -977,11 +980,11 @@ It has been modified to remove all non-free binary blobs.") ;; Linux-Libre. ;; Reference: https://jxself.org/linux-libre/ -(define-public linux-libre-lts-version linux-libre-5.10-version) -(define-public linux-libre-lts-gnu-revision linux-libre-5.10-gnu-revision) -(define-public linux-libre-lts-pristine-source linux-libre-5.10-pristine-source) -(define-public linux-libre-lts-source linux-libre-5.10-source) -(define-public linux-libre-lts linux-libre-5.10) +(define-public linux-libre-lts-version linux-libre-5.15-version) +(define-public linux-libre-lts-gnu-revision linux-libre-5.15-gnu-revision) +(define-public linux-libre-lts-pristine-source linux-libre-5.15-pristine-source) +(define-public linux-libre-lts-source linux-libre-5.15-source) +(define-public linux-libre-lts linux-libre-5.15) ;;; -- cgit v1.2.3