On 06/03/2011 01:57 AM, Koen Kooi wrote: > > Op 3 jun 2011, om 10:22 heeft Richard Purdie het volgende geschreven: > >> On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote: >>> From: Kang Kai <[email protected]> >>> >>> Migrate configurability from oe, try to shrink minimal image size >>> >>> The switch is in local.conf.sample, uncomment the line >>> DISTRO_FEATURES_EGLIBC = "" >>> and write what options you want to enable. >>> >>> If want to disable locale-code charsets or locales, you have to uncomment >>> PACKAGE_NO_GCONV = 1 >>> Because without this, it fails on package_do_split_gconvs in >>> libc-package.bbclass >> >> I have some comments: >> >> a) I think these should become flags in DISTRO_FEATURES with an >> "eglibc-" prefix so something like "spawn" would become "eglibc-spawn" > > Taking a step back here, uclibc has the same configurability, so wouldn't it > make sense to align both (where possible) and just have 'libc-spawn' in > DISTRO_FEATURES? >
uclibc's configurations are not 1 to 1 with eglibc. but I agree the common configs should be derived from single DISTRO_FEATURE dealing with that like ipv6 > regards, > > Koen > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
