mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: linux-libre: Update the default package to the 6.11 series.
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-headers-latest): Use linux-libre 6.11. Change-Id: I4d4ef04d0a5fe22574a953747d5d41e3516c33cb
This commit is contained in:
parent
a1714de3aa
commit
00cb8509a4
1 changed files with 9 additions and 11 deletions
|
@ -509,7 +509,8 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
"linux-" version ".tar.xz"))
|
"linux-" version ".tar.xz"))
|
||||||
(sha256 hash)))
|
(sha256 hash)))
|
||||||
|
|
||||||
;; The current "mainline" kernel.
|
;; The current "stable" kernels. That is, the most recently released major
|
||||||
|
;; versions that are still supported upstream.
|
||||||
|
|
||||||
(define-public linux-libre-6.11-version "6.11.5")
|
(define-public linux-libre-6.11-version "6.11.5")
|
||||||
(define-public linux-libre-6.11-gnu-revision "gnu")
|
(define-public linux-libre-6.11-gnu-revision "gnu")
|
||||||
|
@ -526,9 +527,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-6.11)))
|
deblob-scripts-6.11)))
|
||||||
|
|
||||||
;; The current "stable" kernels. That is, the most recently released major
|
|
||||||
;; versions that are still supported upstream.
|
|
||||||
|
|
||||||
(define-public linux-libre-6.10-version "6.10.14")
|
(define-public linux-libre-6.10-version "6.10.14")
|
||||||
(define-public linux-libre-6.10-gnu-revision "gnu")
|
(define-public linux-libre-6.10-gnu-revision "gnu")
|
||||||
(define deblob-scripts-6.10
|
(define deblob-scripts-6.10
|
||||||
|
@ -847,7 +845,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
;; linux-libre-headers-latest points to the latest headers package
|
;; linux-libre-headers-latest points to the latest headers package
|
||||||
;; and should be used as a dependency for packages that depend on
|
;; and should be used as a dependency for packages that depend on
|
||||||
;; the headers.
|
;; the headers.
|
||||||
(define-public linux-libre-headers-latest linux-libre-headers-6.10)
|
(define-public linux-libre-headers-latest linux-libre-headers-6.11)
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
@ -1176,12 +1174,6 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
|
||||||
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
|
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
|
||||||
#:configuration-file kernel-config))
|
#:configuration-file kernel-config))
|
||||||
|
|
||||||
(define-public linux-libre-version linux-libre-6.10-version)
|
|
||||||
(define-public linux-libre-gnu-revision linux-libre-6.10-gnu-revision)
|
|
||||||
(define-public linux-libre-pristine-source linux-libre-6.10-pristine-source)
|
|
||||||
(define-public linux-libre-source linux-libre-6.10-source)
|
|
||||||
(define-public linux-libre linux-libre-6.10)
|
|
||||||
|
|
||||||
(define-public linux-libre-6.11
|
(define-public linux-libre-6.11
|
||||||
(make-linux-libre* linux-libre-6.11-version
|
(make-linux-libre* linux-libre-6.11-version
|
||||||
linux-libre-6.11-gnu-revision
|
linux-libre-6.11-gnu-revision
|
||||||
|
@ -1190,6 +1182,12 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
|
||||||
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
|
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
|
||||||
#:configuration-file kernel-config))
|
#:configuration-file kernel-config))
|
||||||
|
|
||||||
|
(define-public linux-libre-version linux-libre-6.11-version)
|
||||||
|
(define-public linux-libre-gnu-revision linux-libre-6.11-gnu-revision)
|
||||||
|
(define-public linux-libre-pristine-source linux-libre-6.11-pristine-source)
|
||||||
|
(define-public linux-libre-source linux-libre-6.11-source)
|
||||||
|
(define-public linux-libre linux-libre-6.11)
|
||||||
|
|
||||||
(define-public linux-libre-6.6
|
(define-public linux-libre-6.6
|
||||||
(make-linux-libre* linux-libre-6.6-version
|
(make-linux-libre* linux-libre-6.6-version
|
||||||
linux-libre-6.6-gnu-revision
|
linux-libre-6.6-gnu-revision
|
||||||
|
|
Loading…
Add table
Reference in a new issue