From: "Arnaud Rébillout" <rebillout@syscom.ch>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/uboot-tools: Add mkenvimage for host.
Date: Wed, 19 Dec 2012 13:47:11 +0100 [thread overview]
Message-ID: <50D1B74F.805@syscom.ch> (raw)
Hello there,
I need to use mkenvimage. And it seems that the easiest way is to
automatically install it in the HOST_UBOOT_TOOLS_INSTALL_CMDS target.
The tool mkenvimage appeared v2011.12 of uboot, so it's present in all
the versions that buildroot supports.
The patch is a simple line, if anyone is interested.
Regards
---
diff --git a/package/uboot-tools/uboot-tools.mk
b/package/uboot-tools/uboot-tools.mk
index 7628b77..57c59bb 100644
--- a/package/uboot-tools/uboot-tools.mk
+++ b/package/uboot-tools/uboot-tools.mk
@@ -49,6 +49,7 @@ endef
define HOST_UBOOT_TOOLS_INSTALL_CMDS
$(INSTALL) -m 0755 -D $(@D)/tools/mkimage $(HOST_DIR)/usr/bin/mkimage
+ $(INSTALL) -m 0755 -D $(@D)/tools/mkenvimage
$(HOST_DIR)/usr/bin/mkenvimage
endef
$(eval $(generic-package))
---
next reply other threads:[~2012-12-19 12:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-19 12:47 Arnaud Rébillout [this message]
2012-12-19 12:58 ` [Buildroot] [PATCH] package/uboot-tools: Add mkenvimage for host Thomas Petazzoni
2012-12-19 13:03 ` Arnaud Rébillout
2012-12-19 13:13 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50D1B74F.805@syscom.ch \
--to=rebillout@syscom.ch \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox