mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
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: Mon, 15 Feb 2016 12:29:20 +0100	[thread overview]
Message-ID: <1455535760-84580-1-git-send-email-g.schenk@eckelmann.de> (raw)
In-Reply-To: <Re: [ptxdist] [PATCH] barebox: Install bareboxcrc32 to sysroot-host to be able to generate crc32 codes that can be checked by barebox>

I want to create crc32 files in a new-image-generation package that can be processed by barebox.
---
 rules/barebox.make | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules/barebox.make b/rules/barebox.make
index a9aac7d..5f938db 100644
--- a/rules/barebox.make
+++ b/rules/barebox.make
@@ -110,6 +110,9 @@ $(STATEDIR)/barebox.compile:
 $(STATEDIR)/barebox.install:
 	@$(call targetinfo)
 	@install -v -D -m755 $(BAREBOX_DIR)/scripts/bareboxenv $(PTXCONF_SYSROOT_HOST)/bin/bareboxenv
+	@if [ -e $(BAREBOX_DIR)/scripts/bareboxcrc32 ]; then \
+		install -v -D -m755 $(BAREBOX_DIR)/scripts/bareboxcrc32 $(PTXCONF_SYSROOT_HOST)/bin/bareboxcrc32; \
+	fi
 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

       reply	other threads:[~2016-02-15 11:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 [this message]
2016-02-11 14:18 Gavin Schenk
2016-02-15  9:03 ` Michael Olbrich

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=1455535760-84580-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