guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: Add linux-libre-beagle-bone-black.


From: David Craven
Subject: 08/10: gnu: Add linux-libre-beagle-bone-black.
Date: Tue, 13 Sep 2016 19:03:12 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit de459dc095c4db1d1a0ea590519632724e4646db
Author: David Craven <address@hidden>
Date:   Thu Sep 8 19:42:50 2016 +0200

    gnu: Add linux-libre-beagle-bone-black.
    
    * gnu/packages/linux.scm (linux-libre-beagle-bone-black): New variable.
---
 gnu/packages/linux.scm |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 835811d..fde62bd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -408,6 +408,13 @@ It has been modified to remove all non-free binary blobs.")
                     #:defconfig "multi_v7_defconfig"
                     #:extra-version "arm-generic"))
 
+(define-public linux-libre-beagle-bone-black
+  (make-linux-libre %linux-libre-version
+                    %linux-libre-hash
+                    '("armhf-linux")
+                    #:defconfig "omap2plus_defconfig"
+                    #:extra-version "beagle-bone-black"))
+
 
 ;;;
 ;;; Pluggable authentication modules (PAM).



reply via email to

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