[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add linux-libre-riscv64-generic.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add linux-libre-riscv64-generic. |
Date: |
Sat, 01 Feb 2020 20:40:13 -0500 |
This is an automated email from the git hooks/post-receive script.
vagrantc pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b3d25e2 gnu: Add linux-libre-riscv64-generic.
b3d25e2 is described below
commit b3d25e218aeacead1194a0efcb8b83784d220835
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sat Feb 1 23:19:56 2020 +0000
gnu: Add linux-libre-riscv64-generic.
* gnu/packages/linux (linux-libre-riscv64-generic): New variable.
(linux-libre-5.4): Add riscv64-linux to supported architectures.
---
gnu/packages/linux.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1462633..9fff88e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -781,7 +781,7 @@ It has been modified to remove all non-free binary blobs.")
(define-public linux-libre-5.4
(make-linux-libre* linux-libre-5.4-version
linux-libre-5.4-source
- '("x86_64-linux" "i686-linux" "armhf-linux"
"aarch64-linux")
+ '("x86_64-linux" "i686-linux" "armhf-linux"
"aarch64-linux" "riscv64-linux")
#:configuration-file kernel-config))
(define-public linux-libre-version linux-libre-5.4-version)
@@ -873,6 +873,12 @@ It has been modified to remove all non-free binary blobs.")
#:defconfig "omap2plus_defconfig"
#:extra-version "arm-omap2plus"))
+(define-public linux-libre-riscv64-generic
+ (make-linux-libre* linux-libre-version
+ linux-libre-source
+ '("riscv64-linux")
+ #:extra-version "riscv64-generic"))
+
;;;
;;; Linux kernel modules.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add linux-libre-riscv64-generic.,
guix-commits <=