[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add Linux-Libre-LTS.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add Linux-Libre-LTS. |
Date: |
Sat, 26 Dec 2020 13:09:58 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2941220 gnu: Add Linux-Libre-LTS.
2941220 is described below
commit 29412200891b29aad2e8d64bcb351cc492407ff6
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Wed Dec 23 22:43:10 2020 -0500
gnu: Add Linux-Libre-LTS.
Enables the choice of using current LTS version of linux-libre in Guix
System.
* gnu/packages/linux.scm (linux-libre-lts-version): New variable.
* gnu/packages/linux.scm (linux-libre-lts-pristine-source): New variable.
* gnu/packages/linux.scm (linux-libre-lts-source): New variable.
* gnu/packages/linux.scm (linux-libre-lts): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/linux.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 92bf168..45a105b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -931,6 +931,14 @@ It has been modified to remove all non-free binary blobs.")
("CONFIG_DEVPTS_MULTIPLE_INSTANCES" . #t))
%default-extra-linux-options)))
+;; Linux-Libre-LTS means the *current* long-term support version of
Linux-Libre.
+;; Reference: https://jxself.org/linux-libre/
+
+(define-public linux-libre-lts-version linux-libre-5.10-version)
+(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)
+
;;;
;;; Specialized kernel variants.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add Linux-Libre-LTS.,
guix-commits <=