guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: make-u-boot-package: Install 'itb' and 'dtb' files also.


From: Efraim Flashner
Subject: 03/04: gnu: make-u-boot-package: Install 'itb' and 'dtb' files also.
Date: Sat, 24 Mar 2018 15:18:25 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9a1c4a6cb83e5b8aa0a88191567c14a15deceb3f
Author: Efraim Flashner <address@hidden>
Date:   Wed Jan 31 21:09:54 2018 +0200

    gnu: make-u-boot-package: Install 'itb' and 'dtb' files also.
    
    * gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add
    'itb' and 'dtb' files to the files installed during custom 'install phase.
---
 gnu/packages/bootloaders.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 582c71c..063e9c3 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -422,7 +422,7 @@ also initializes the boards (RAM etc).")
                (let* ((out (assoc-ref outputs "out"))
                       (libexec (string-append out "/libexec"))
                       (uboot-files (append
-                                    (find-files "." ".*\\.(bin|efi|img|spl)$")
+                                    (find-files "." 
".*\\.(bin|efi|img|spl|itb|dtb)$")
                                     (find-files "." "^MLO$"))))
                  (mkdir-p libexec)
                  (install-file ".config" libexec)



reply via email to

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