* Avoid stripping of firmware files?
@ 2012-01-26 13:00 Rainer Koenig
2012-01-26 13:55 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Rainer Koenig @ 2012-01-26 13:00 UTC (permalink / raw)
To: Openembedded Core
Hi,
for my work on the dm8148-evm I got firmware files with the suffix
".xem3" from TI. I made a simple recipe to install those files in my
image, but I ran into a bad problem:
The firmware files I find in my image are different from the files i use
in my recipe. No matter if I use "install" or just "cp" to copy the
files to the destination.
Looks like those files get stripped during packaging. Normally not a bad
idea, but in this special case stripping the symbols makes the files
dysfunctional.
Is there a way to avoid stripping?
Regards
Rainer
--
Dipl.-Inf. (FH) Rainer Koenig
Project Manager Linux Clients
Dept. PDG WPS R&D SW OSE
Fujitsu Technology Solutions
Bürgermeister-Ullrich-Str. 100
86199 Augsburg
Germany
Telephone: +49-821-804-3321
Telefax: +49-821-804-2131
Mail: mailto:Rainer.Koenig@ts.fujitsu.com
Internet ts.fujtsu.com
Company Details ts.fujitsu.com/imprint.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Avoid stripping of firmware files?
2012-01-26 13:00 Avoid stripping of firmware files? Rainer Koenig
@ 2012-01-26 13:55 ` Richard Purdie
2012-01-26 14:37 ` Rainer Koenig
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2012-01-26 13:55 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Thu, 2012-01-26 at 14:00 +0100, Rainer Koenig wrote:
> Hi,
>
> for my work on the dm8148-evm I got firmware files with the suffix
> ".xem3" from TI. I made a simple recipe to install those files in my
> image, but I ran into a bad problem:
>
> The firmware files I find in my image are different from the files i use
> in my recipe. No matter if I use "install" or just "cp" to copy the
> files to the destination.
>
> Looks like those files get stripped during packaging. Normally not a bad
> idea, but in this special case stripping the symbols makes the files
> dysfunctional.
>
> Is there a way to avoid stripping?
If its just a firmware recipe and there aren't other files that do need
to be stripped, you could set:
INHIBIT_PACKAGE_STRIP = "1"
We don't have a mechanism to exclude specific files at present but we
could probably do with adding one. The code that does stripping is in
package.bbclass if you haven't already found it.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Avoid stripping of firmware files?
2012-01-26 13:55 ` Richard Purdie
@ 2012-01-26 14:37 ` Rainer Koenig
0 siblings, 0 replies; 3+ messages in thread
From: Rainer Koenig @ 2012-01-26 14:37 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Am 26.01.2012 14:55, schrieb Richard Purdie:
> INHIBIT_PACKAGE_STRIP = "1"
Thank you. I'll give that one a try.
Rainer
--
Dipl.-Inf. (FH) Rainer Koenig
Project Manager Linux Business Clients
Dept. TSP WPS R&D SW OSE
Fujitsu Technology Solutions
Bürgermeister-Ullrich-Str. 100
86199 Augsburg
Germany
Telephone: +49-821-804-3321
Telefax: +49-821-804-2131
Mail: mailto:Rainer.Koenig@ts.fujitsu.com
Internet ts.fujitsu.com
Company Details ts.fujitsu.com/imprint.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-26 14:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-26 13:00 Avoid stripping of firmware files? Rainer Koenig
2012-01-26 13:55 ` Richard Purdie
2012-01-26 14:37 ` Rainer Koenig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox