summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-16 01:57:44 -0500
committerLeo Famulari <leo@famulari.name>2022-01-17 15:43:41 -0500
commit2c7f2b40e2dbee48075147a87c6cd9b611dc5ba9 (patch)
tree7b909f30a87faf8d2e1da943b9e8b1307bf2e74b /gnu
parent601c30e32fccf043967bfc11465936b378472c69 (diff)
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm19
1 files changed, 11 insertions, 8 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b00fa27ce60..4141e0fb220 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."
356 356
357;; The current "stable" kernels. That is, the most recently released major 357;; The current "stable" kernels. That is, the most recently released major
358;; versions that are still supported upstream. 358;; versions that are still supported upstream.
359
360;; Currently, no stable kernels are packaged.
361
362;; The "longterm" kernels — the older releases with long-term upstream support.
363;; Here are the support timelines:
364;; <https://www.kernel.org/category/releases.html>
359(define-public linux-libre-5.15-version "5.15.15") 365(define-public linux-libre-5.15-version "5.15.15")
360(define-public linux-libre-5.15-gnu-revision "gnu") 366(define-public linux-libre-5.15-gnu-revision "gnu")
361(define deblob-scripts-5.15 367(define deblob-scripts-5.15
@@ -371,9 +377,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
371 (%upstream-linux-source version hash) 377 (%upstream-linux-source version hash)
372 deblob-scripts-5.15))) 378 deblob-scripts-5.15)))
373 379
374;; The "longterm" kernels — the older releases with long-term upstream support.
375;; Here are the support timelines:
376;; <https://www.kernel.org/category/releases.html>
377(define-public linux-libre-5.10-version "5.10.92") 380(define-public linux-libre-5.10-version "5.10.92")
378(define-public linux-libre-5.10-gnu-revision "gnu1") 381(define-public linux-libre-5.10-gnu-revision "gnu1")
379(define deblob-scripts-5.10 382(define deblob-scripts-5.10
@@ -977,11 +980,11 @@ It has been modified to remove all non-free binary blobs.")
977;; Linux-Libre. 980;; Linux-Libre.
978;; Reference: https://jxself.org/linux-libre/ 981;; Reference: https://jxself.org/linux-libre/
979 982
980(define-public linux-libre-lts-version linux-libre-5.10-version) 983(define-public linux-libre-lts-version linux-libre-5.15-version)
981(define-public linux-libre-lts-gnu-revision linux-libre-5.10-gnu-revision) 984(define-public linux-libre-lts-gnu-revision linux-libre-5.15-gnu-revision)
982(define-public linux-libre-lts-pristine-source linux-libre-5.10-pristine-source) 985(define-public linux-libre-lts-pristine-source linux-libre-5.15-pristine-source)
983(define-public linux-libre-lts-source linux-libre-5.10-source) 986(define-public linux-libre-lts-source linux-libre-5.15-source)
984(define-public linux-libre-lts linux-libre-5.10) 987(define-public linux-libre-lts linux-libre-5.15)
985 988
986 989
987;;; 990;;;