On 01/07/2011 02:47 PM, Otavio Salvador wrote: > On Fri, Jan 7, 2011 at 07:28, Khem Raj <[email protected]> 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
