guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Add u-boot-beagle-bone-black.


From: David Craven
Subject: 02/03: gnu: Add u-boot-beagle-bone-black.
Date: Tue, 13 Sep 2016 17:04:55 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit 20f9c6764cb7479264d0d61870135d16898a185e
Author: David Craven <address@hidden>
Date:   Thu Sep 8 17:17:04 2016 +0200

    gnu: Add u-boot-beagle-bone-black.
    
    * gnu/packages/u-boot.scm (u-boot-beagle-bone-black): New variable.
---
 gnu/packages/u-boot.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/u-boot.scm b/gnu/packages/u-boot.scm
index 7949d8a..0423163 100644
--- a/gnu/packages/u-boot.scm
+++ b/gnu/packages/u-boot.scm
@@ -131,3 +131,6 @@ also initializes the boards (RAM etc).")
 
 (define-public u-boot-malta
   (make-u-boot-package "malta" "mips64el-linux-gnuabi64"))
+
+(define-public u-boot-beagle-bone-black
+  (make-u-boot-package "am335x_boneblack" "arm-linux-gnueabihf"))



reply via email to

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