All of lore.kernel.org
 help / color / mirror / Atom feed
* How to build/include debug-infos for certain packages?
@ 2015-01-28 21:36 Clemens Eisserer
  2015-01-28 22:53 ` Bob Cochran
  0 siblings, 1 reply; 2+ messages in thread
From: Clemens Eisserer @ 2015-01-28 21:36 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

Hi,

Using the QorIQ SDK-1.7 on e6500 based hardware we've recently started to
use oprofile for performance analysis.
However libraries shipped as part of the SDK are opaque to oprofile,
because the debug-infos are missing.

Is there any way to include debug-infos of certain packages (such as libc
and libgcc) in the image - or even better - install it later?

Thank you in advanve, Clemens

[-- Attachment #2: Type: text/html, Size: 500 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to build/include debug-infos for certain packages?
  2015-01-28 21:36 How to build/include debug-infos for certain packages? Clemens Eisserer
@ 2015-01-28 22:53 ` Bob Cochran
  0 siblings, 0 replies; 2+ messages in thread
From: Bob Cochran @ 2015-01-28 22:53 UTC (permalink / raw)
  To: Clemens Eisserer, meta-freescale

On 01/28/2015 04:36 PM, Clemens Eisserer wrote:
> Hi,
>
> Using the QorIQ SDK-1.7 on e6500 based hardware we've recently started
> to use oprofile for performance analysis.
> However libraries shipped as part of the SDK are opaque to oprofile,
> because the debug-infos are missing.
>
> Is there any way to include debug-infos of certain packages (such as
> libc and libgcc) in the image - or even better - install it later?

You can add -dbg and -dev packages to your image.

Something like:

IMAGE_INSTALL_append = " libgcc-dev"

You could also install it manually on the target without adding it to 
your image if you set up the smart package manager.

>
> Thank you in advanve, Clemens
>
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-28 22:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28 21:36 How to build/include debug-infos for certain packages? Clemens Eisserer
2015-01-28 22:53 ` Bob Cochran

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.