Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: Avoid stripping of firmware files?
Date: Thu, 26 Jan 2012 13:55:09 +0000	[thread overview]
Message-ID: <1327586109.19643.374.camel@ted> (raw)
In-Reply-To: <4F214E8A.4030209@ts.fujitsu.com>

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




  reply	other threads:[~2012-01-26 14:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-26 13:00 Avoid stripping of firmware files? Rainer Koenig
2012-01-26 13:55 ` Richard Purdie [this message]
2012-01-26 14:37   ` Rainer Koenig

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=1327586109.19643.374.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    /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