* source added to -dbg pkg
@ 2012-09-20 15:32 Kyle Farnsworth
2012-09-20 16:08 ` Kyle Farnsworth
0 siblings, 1 reply; 2+ messages in thread
From: Kyle Farnsworth @ 2012-09-20 15:32 UTC (permalink / raw)
To: yocto
I would like to NOT put the source code within the ${PN}-dbg pkg and
keep it separate from my symbol binaries in that pkg. Is there a way to
either turn off the collection of the source or allow me to put it in a
different pkg. It could be useful to have some cases but not in all.
I have been using OE classic for years and just started using oe-core,
so this surprised me that it was doing this under the covers without
having to install it in the image dir first.
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: source added to -dbg pkg
2012-09-20 15:32 source added to -dbg pkg Kyle Farnsworth
@ 2012-09-20 16:08 ` Kyle Farnsworth
0 siblings, 0 replies; 2+ messages in thread
From: Kyle Farnsworth @ 2012-09-20 16:08 UTC (permalink / raw)
To: yocto
> I would like to NOT put the source code within the ${PN}-dbg pkg and
> keep it separate from my symbol binaries in that pkg. Is there a way to
> either turn off the collection of the source or allow me to put it in a
> different pkg. It could be useful to have some cases but not in all.
I just figured out I could move it to it's own pkg using this:
PACKAGES =+ " ${PN}-src "
FILES_${PN}-src = "${DEBUGFILESDIRECTORY-dbg}"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-20 16:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 15:32 source added to -dbg pkg Kyle Farnsworth
2012-09-20 16:08 ` Kyle Farnsworth
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.