GNU bug report logs - #29134
[PATCH] bootloaders: uboot: Add .img and MLO files to binary outputs.

Previous Next

Package: guix-patches;

Reported by: Mathieu Othacehe <m.othacehe <at> gmail.com>

Date: Fri, 3 Nov 2017 14:20:01 UTC

Severity: normal

Tags: fixed, patch

Done: Mathieu Othacehe <m.othacehe <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29134 in the body.
You can then email your comments to 29134 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#29134; Package guix-patches. (Fri, 03 Nov 2017 14:20:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mathieu Othacehe <m.othacehe <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 03 Nov 2017 14:20:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Mathieu Othacehe <m.othacehe <at> gmail.com>
Subject: [PATCH] bootloaders: uboot: Add .img and MLO files to binary outputs.
Date: Fri,  3 Nov 2017 15:19:17 +0100
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#29134; Package guix-patches. (Sun, 05 Nov 2017 20:52:02 GMT) Full text and rfc822 format available.

Message #8 received at 29134 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Mathieu Othacehe <m.othacehe <at> gmail.com>
Cc: 29134 <at> debbugs.gnu.org
Subject: Re: [bug#29134] [PATCH] bootloaders: uboot: Add .img and MLO files to
 binary outputs.
Date: Sun, 05 Nov 2017 21:51:36 +0100
Mathieu Othacehe <m.othacehe <at> 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’.




Information forwarded to guix-patches <at> gnu.org:
bug#29134; Package guix-patches. (Mon, 06 Nov 2017 19:00:02 GMT) Full text and rfc822 format available.

Message #11 received at 29134 <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 29134 <at> debbugs.gnu.org
Subject: Re: [bug#29134] [PATCH] bootloaders: uboot: Add .img and MLO files to
 binary outputs.
Date: Mon, 06 Nov 2017 19:59:36 +0100
> I’m not familiar with this but I trust you.

Thank you, pushed as dd208b936cb5618ae34bf2df416bf2c0c3a049c3.




Added tag(s) fixed. Request was from Mathieu Othacehe <m.othacehe <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 06 Nov 2017 19:06:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 29134 <at> debbugs.gnu.org and Mathieu Othacehe <m.othacehe <at> gmail.com> Request was from Mathieu Othacehe <m.othacehe <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 06 Nov 2017 19:06:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 05 Dec 2017 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 256 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.