guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add linux-libre-mips64el-fuloong2e.


From: guix-commits
Subject: branch master updated: gnu: Add linux-libre-mips64el-fuloong2e.
Date: Sun, 08 Nov 2020 14:45:25 -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 3ca1c06  gnu: Add linux-libre-mips64el-fuloong2e.
3ca1c06 is described below

commit 3ca1c0666aef3e3eb838bbcf74f5976ae3913292
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 8 21:36:58 2020 +0200

    gnu: Add linux-libre-mips64el-fuloong2e.
    
    * gnu/packages/linux.scm (linux-libre-mips64el-fuloong2e): New variable.
---
 gnu/packages/linux.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index cce1f70..5e47a6b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1008,6 +1008,17 @@ It has been modified to remove all non-free binary 
blobs.")
                      '("riscv64-linux")
                      #:extra-version "riscv64-generic"))
 
+(define-public linux-libre-mips64el-fuloong2e
+  (make-linux-libre* linux-libre-version
+                     linux-libre-source
+                     '("mips64el-linux")
+                     #:defconfig "fuloong2e_defconfig"
+                     #:extra-version "mips64el-fuloong2e"
+                     #:extra-options
+                     (append
+                      `(("CONFIG_OVERLAY_FS" . m))
+                      %default-extra-linux-options)))
+
 (define-public linux-libre-with-bpf
   (let ((base-linux-libre
          (make-linux-libre*



reply via email to

[Prev in Thread] Current Thread [Next in Thread]