mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
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.
This commit is contained in:
parent
601c30e32f
commit
2c7f2b40e2
1 changed files with 11 additions and 8 deletions
|
@ -356,6 +356,12 @@ (define (%upstream-linux-source version hash)
|
||||||
|
|
||||||
;; The current "stable" kernels. That is, the most recently released major
|
;; The current "stable" kernels. That is, the most recently released major
|
||||||
;; versions that are still supported upstream.
|
;; 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:
|
||||||
|
;; <https://www.kernel.org/category/releases.html>
|
||||||
(define-public linux-libre-5.15-version "5.15.15")
|
(define-public linux-libre-5.15-version "5.15.15")
|
||||||
(define-public linux-libre-5.15-gnu-revision "gnu")
|
(define-public linux-libre-5.15-gnu-revision "gnu")
|
||||||
(define deblob-scripts-5.15
|
(define deblob-scripts-5.15
|
||||||
|
@ -371,9 +377,6 @@ (define-public linux-libre-5.15-pristine-source
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-5.15)))
|
deblob-scripts-5.15)))
|
||||||
|
|
||||||
;; The "longterm" kernels — the older releases with long-term upstream support.
|
|
||||||
;; Here are the support timelines:
|
|
||||||
;; <https://www.kernel.org/category/releases.html>
|
|
||||||
(define-public linux-libre-5.10-version "5.10.92")
|
(define-public linux-libre-5.10-version "5.10.92")
|
||||||
(define-public linux-libre-5.10-gnu-revision "gnu1")
|
(define-public linux-libre-5.10-gnu-revision "gnu1")
|
||||||
(define deblob-scripts-5.10
|
(define deblob-scripts-5.10
|
||||||
|
@ -977,11 +980,11 @@ (define-public linux-libre-4.4
|
||||||
;; Linux-Libre.
|
;; Linux-Libre.
|
||||||
;; Reference: https://jxself.org/linux-libre/
|
;; Reference: https://jxself.org/linux-libre/
|
||||||
|
|
||||||
(define-public linux-libre-lts-version linux-libre-5.10-version)
|
(define-public linux-libre-lts-version linux-libre-5.15-version)
|
||||||
(define-public linux-libre-lts-gnu-revision linux-libre-5.10-gnu-revision)
|
(define-public linux-libre-lts-gnu-revision linux-libre-5.15-gnu-revision)
|
||||||
(define-public linux-libre-lts-pristine-source linux-libre-5.10-pristine-source)
|
(define-public linux-libre-lts-pristine-source linux-libre-5.15-pristine-source)
|
||||||
(define-public linux-libre-lts-source linux-libre-5.10-source)
|
(define-public linux-libre-lts-source linux-libre-5.15-source)
|
||||||
(define-public linux-libre-lts linux-libre-5.10)
|
(define-public linux-libre-lts linux-libre-5.15)
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
|
Loading…
Reference in a new issue