[oe] [PATCH] eglibc: Make it configurable by tuning eglibc options

Andreas Oberritter obi at opendreambox.org
Fri Jan 7 14:17:29 UTC 2011


On 01/07/2011 02:47 PM, Otavio Salvador wrote:
> On Fri, Jan 7, 2011 at 07:28, Khem Raj <raj.khem at gmail.com> wrote:
>> * Look for disabled features in DISTRO_FEATURES and disable them while building eglibc
>> * By default all features are built
>> * One can disable a feature by specifying DISTRO_FEATURES += "noinet6 nobsd ...." e.g.
> 
> Awesome.
> 
> Do you think we could do something similar to busybox to avoid having
> many defconfigs?
> 

Maybe it would be better to introduce EGLIBC_FEATURES and
BUSYBOX_FEATURES, possibly presetting some values with options already
present in DISTRO_FEATURES.

Now it seems to be possible to specify both ipv6 and noipv6, which seems
inintuitive to me. It's not defined, which one would take precedence
over the other, or whether such conflicts could be catched to display an
error message.

Also, as an example, nobsd's name doesn't contain an implicit
relationship to eglibc, so one might think that it would affect other
packages as well.

Regards,
Andreas




More information about the Openembedded-devel mailing list