From: Gavin Schenk <g.schenk@eckelmann.de>
To: ptxdist@pengutronix.de
Cc: Gavin Schenk <g.schenk@eckelmann.de>
Subject: [ptxdist] [PATCH] barebox: Install bareboxcrc32 to sysroot-host to be able to generate crc32 codes that can be checked by barebox
Date: Thu, 11 Feb 2016 15:18:52 +0100 [thread overview]
Message-ID: <1455200332-783-1-git-send-email-g.schenk@eckelmann.de> (raw)
I want to create crc32 files in a new-image-generation package that can be processed by barebox.
---
rules/barebox.make | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/barebox.make b/rules/barebox.make
index a9aac7d..cf04b0e 100644
--- a/rules/barebox.make
+++ b/rules/barebox.make
@@ -110,6 +110,7 @@ $(STATEDIR)/barebox.compile:
$(STATEDIR)/barebox.install:
@$(call targetinfo)
@install -v -D -m755 $(BAREBOX_DIR)/scripts/bareboxenv $(PTXCONF_SYSROOT_HOST)/bin/bareboxenv
+ @install -v -D -m755 $(BAREBOX_DIR)/scripts/bareboxcrc32 $(PTXCONF_SYSROOT_HOST)/bin/bareboxcrc32
ifdef PTXCONF_ARCH_X86
@if [ -e $(BAREBOX_DIR)/scripts/setupmbr/setupmbr ]; then \
install -v -D -m755 $(BAREBOX_DIR)/scripts/setupmbr/setupmbr \
--
1.9.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2016-02-11 14:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-11 14:18 Gavin Schenk [this message]
2016-02-15 9:03 ` Michael Olbrich
[not found] <Re: [ptxdist] [PATCH] barebox: Install bareboxcrc32 to sysroot-host to be able to generate crc32 codes that can be checked by barebox>
2016-02-15 11:29 ` Gavin Schenk
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=1455200332-783-1-git-send-email-g.schenk@eckelmann.de \
--to=g.schenk@eckelmann.de \
--cc=ptxdist@pengutronix.de \
/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