guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: Add u-boot-pine64-lts.


From: guix-commits
Subject: 01/03: gnu: Add u-boot-pine64-lts.
Date: Sat, 14 Dec 2019 11:41:27 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit af58b275c95410dca556f91760e293535f9eb511
Author: Mathieu Othacehe <address@hidden>
Date:   Sat Dec 14 17:34:28 2019 +0100

    gnu: Add u-boot-pine64-lts.
    
    * gnu/packages/bootloaders.scm (u-boot-pine64-lts): New variable.
---
 gnu/packages/bootloaders.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 156e4c4..55b4abb 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2017, 2018 Efraim Flashner <address@hidden>
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2019 nee <address@hidden>
+;;; Copyright © 2019 Mathieu Othacehe <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -677,6 +678,9 @@ it fits within common partitioning schemes.")
 (define-public u-boot-pine64-plus
   (make-u-boot-sunxi64-package "pine64_plus" "aarch64-linux-gnu"))
 
+(define-public u-boot-pine64-lts
+  (make-u-boot-sunxi64-package "pine64-lts" "aarch64-linux-gnu"))
+
 (define-public u-boot-pinebook
   (make-u-boot-sunxi64-package "pinebook" "aarch64-linux-gnu"))
 



reply via email to

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