unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29134] [PATCH] bootloaders: uboot: Add .img and MLO files to binary outputs.
@ 2017-11-03 14:19 Mathieu Othacehe
  2017-11-05 20:51 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2017-11-03 14:19 UTC (permalink / raw)
  To: 29134

* gnu/packages/bootloaders.scm (make-u-boot-package): Add .img and MLO files
  as binary output.
---
 gnu/packages/bootloaders.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 613537a..be3ea18 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -375,7 +375,9 @@ also initializes the boards (RAM etc).")
              (lambda* (#:key outputs make-flags #:allow-other-keys)
                (let* ((out (assoc-ref outputs "out"))
                       (libexec (string-append out "/libexec"))
-                      (uboot-files (find-files "." ".*\\.(bin|efi|spl)$")))
+                      (uboot-files (append
+                                    (find-files "." ".*\\.(bin|efi|img|spl)$")
+                                    '("MLO"))))
                  (mkdir-p libexec)
                  (for-each
                   (lambda (file)
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#29134] [PATCH] bootloaders: uboot: Add .img and MLO files to binary outputs.
  2017-11-03 14:19 [bug#29134] [PATCH] bootloaders: uboot: Add .img and MLO files to binary outputs Mathieu Othacehe
@ 2017-11-05 20:51 ` Ludovic Courtès
  2017-11-06 18:59   ` Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-11-05 20:51 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 29134

Mathieu Othacehe <m.othacehe@gmail.com> skribis:

> * gnu/packages/bootloaders.scm (make-u-boot-package): Add .img and MLO files
>   as binary output.

I’m not familiar with this but I trust you.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#29134] [PATCH] bootloaders: uboot: Add .img and MLO files to binary outputs.
  2017-11-05 20:51 ` Ludovic Courtès
@ 2017-11-06 18:59   ` Mathieu Othacehe
  0 siblings, 0 replies; 3+ messages in thread
From: Mathieu Othacehe @ 2017-11-06 18:59 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 29134


> I’m not familiar with this but I trust you.

Thank you, pushed as dd208b936cb5618ae34bf2df416bf2c0c3a049c3.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-06 19:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-03 14:19 [bug#29134] [PATCH] bootloaders: uboot: Add .img and MLO files to binary outputs Mathieu Othacehe
2017-11-05 20:51 ` Ludovic Courtès
2017-11-06 18:59   ` Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).