* remove dbg and dev packages
@ 2012-03-16 8:54 Jaap de Jong
2012-03-16 13:33 ` Henning Heinold
2012-03-19 15:54 ` Mark Hatle
0 siblings, 2 replies; 5+ messages in thread
From: Jaap de Jong @ 2012-03-16 8:54 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Hi!
is there an option (in local.conf?) to not build (or not add to the
repository of) the dbg and dev packages?
Thanks!
Jaap
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: remove dbg and dev packages
2012-03-16 8:54 remove dbg and dev packages Jaap de Jong
@ 2012-03-16 13:33 ` Henning Heinold
2012-03-19 7:40 ` Jaap de Jong
2012-03-19 15:54 ` Mark Hatle
1 sibling, 1 reply; 5+ messages in thread
From: Henning Heinold @ 2012-03-16 13:33 UTC (permalink / raw)
To: openembedded-devel
On Fri, Mar 16, 2012 at 09:54:15AM +0100, Jaap de Jong wrote:
> Hi!
>
> is there an option (in local.conf?) to not build (or not add to the
> repository of) the dbg and dev packages?
>
> Thanks!
> Jaap
Why dont write a shell skript which deletes all dbg and dev packages and calles the opkg index command afterwards?
Bye Henning
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: remove dbg and dev packages
2012-03-16 8:54 remove dbg and dev packages Jaap de Jong
2012-03-16 13:33 ` Henning Heinold
@ 2012-03-19 15:54 ` Mark Hatle
2012-03-20 10:55 ` Jaap de Jong
1 sibling, 1 reply; 5+ messages in thread
From: Mark Hatle @ 2012-03-19 15:54 UTC (permalink / raw)
To: openembedded-devel
On 3/16/12 3:54 AM, Jaap de Jong wrote:
> Hi!
>
> is there an option (in local.conf?) to not build (or not add to the
> repository of) the dbg and dev packages?
You have to build the dev packages, otherwise you can't (cross) compile the
software in the development environment.
The dbg packages are optional, but if you disable them then things may or may
not be stripped and the filesizes on the target may increase. (It's been a
while since I tried it w/o dbg packages...)
Is there a reason why you don't want the dev and dbg packages to be generated?
They should only be installed onto a target filesystem if you've requested them
(or a package has a dependency on them). Normal, non-dev, filesystems shouldn't
be installed any of those components... if they are, there is a packaging bug in
something.
See the meta/conf/local.conf.sample.extended:
# Uncomment this to disable the split of the debug information into -dbg files
# INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
(There are also other settings to control the specific mechanisms of the package
split.. "debian" style or "fedora" style...)
--Mark
> Thanks!
> Jaap
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: remove dbg and dev packages
2012-03-19 15:54 ` Mark Hatle
@ 2012-03-20 10:55 ` Jaap de Jong
0 siblings, 0 replies; 5+ messages in thread
From: Jaap de Jong @ 2012-03-20 10:55 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
On 03/19/2012 04:54 PM, Mark Hatle wrote:
> On 3/16/12 3:54 AM, Jaap de Jong wrote:
>> Hi!
>>
>> is there an option (in local.conf?) to not build (or not add to the
>> repository of) the dbg and dev packages?
> You have to build the dev packages, otherwise you can't (cross) compile the
> software in the development environment.
Clear!
> The dbg packages are optional, but if you disable them then things may or may
> not be stripped and the filesizes on the target may increase. (It's been a
> while since I tried it w/o dbg packages...)
Don't want that.
> Is there a reason why you don't want the dev and dbg packages to be generated?
> They should only be installed onto a target filesystem if you've requested them
> (or a package has a dependency on them). Normal, non-dev, filesystems shouldn't
> be installed any of those components... if they are, there is a packaging bug in
> something.
The only simple reason is to keep the repository's and the Packages*
files smaller.
Thanks for your comments!
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-03-20 11:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 8:54 remove dbg and dev packages Jaap de Jong
2012-03-16 13:33 ` Henning Heinold
2012-03-19 7:40 ` Jaap de Jong
2012-03-19 15:54 ` Mark Hatle
2012-03-20 10:55 ` Jaap de Jong
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.