From: "Jürgen Borleis" <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Morrison-Reed Elliot (BEG-PT/ENP1)" <Elliot.Morrison-Reed@de.bosch.com>
Subject: Re: [ptxdist] Objcopy error during targetinstall
Date: Wed, 10 Jun 2015 16:14:10 +0200 [thread overview]
Message-ID: <201506101614.10428.jbe@pengutronix.de> (raw)
In-Reply-To: <003f021ee2f74a2cb0c43a40a8f00e39@SI-MBX1023.de.bosch.com>
Hi Elliot,
On Wednesday 10 June 2015 11:25:53 Morrison-Reed Elliot (BEG-PT/ENP1) wrote:
> [...]
> $(STATEDIR)/oracle-java8-jre.targetinstall:
> @$(call targetinfo)
>
> @$(call install_init, oracle-java8-jre)
> @$(call install_fixup, oracle-java8-jre,PRIORITY,optional)
> @$(call install_fixup, oracle-java8-jre,SECTION,base)
> @$(call install_fixup, oracle-java8-jre,AUTHOR,"Elliot Morrison-Reed")
> @$(call install_fixup, oracle-java8-jre,DESCRIPTION,"Oracle Java 8 Runtime Environment")
>
> @$(call install_copy, oracle-java8-jre, 0, 0, 0755, /usr/lib/jvm/jre-$(ORACLE_JAVA8_JRE_VERSION))
> @$(call install_tree, oracle-java8-jre, 0, 0, -, /usr/lib/jvm/jre-$(ORACLE_JAVA8_JRE_VERSION))
As it seems an issue of the used binutils release you could try the ",n"
variant of these macros to avoid stripping these files, e.g.
@$(call install_copy, oracle-java8-jre, 0, 0, 0755, /usr/lib/jvm/jre-$(ORACLE_JAVA8_JRE_VERSION),n)
and
@$(call install_tree, oracle-java8-jre, 0, 0, -, /usr/lib/jvm/jre-$(ORACLE_JAVA8_JRE_VERSION),n)
Completely untested, just an idea from Michael.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
--
ptxdist mailing list
ptxdist@pengutronix.de
prev parent reply other threads:[~2015-06-10 14:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-10 9:25 Morrison-Reed Elliot (BEG-PT/ENP1)
2015-06-10 14:14 ` Jürgen Borleis [this message]
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=201506101614.10428.jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--cc=Elliot.Morrison-Reed@de.bosch.com \
--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