guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: make-u-boot-package: Install "u-boot".


From: Danny Milosavljevic
Subject: 02/02: gnu: make-u-boot-package: Install "u-boot".
Date: Sat, 12 May 2018 16:40:04 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 0fcfed3950c313d167ef281d6183a6d727311e14
Author: Danny Milosavljevic <address@hidden>
Date:   Sat May 12 22:19:14 2018 +0200

    gnu: make-u-boot-package: Install "u-boot".
    
    * gnu/packages/bootloaders.scm (make-u-boot-package): Install "u-boot".
---
 gnu/packages/bootloaders.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 6cc90d1..af5d972 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -413,6 +413,8 @@ also initializes the boards (RAM etc).")
                                     (find-files "." "^(MLO|SPL)$"))))
                  (mkdir-p libexec)
                  (install-file ".config" libexec)
+                 ;; Useful for "qemu -kernel".
+                 (install-file "u-boot" libexec)
                  (for-each
                   (lambda (file)
                     (let ((target-file (string-append libexec "/" file)))



reply via email to

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