On Fri, 2011-06-03 at 16:54 +0800, Kang Kai wrote: > Hi Richard, > > Thanks for your comments. And I have one question: > > > 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" > Do you mean every option in DISTRO_FEATURES_EGLIBC should be a single > flag in DISTRO_FEATURES?
No, you'd still have all the options you currently have but instead of being called X they would be eglibc-X. Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
