aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc-options.inc
AgeCommit message (Collapse)Author
2011-11-29eglibc: Fix build when OPTION_EGLIBC_NSSWITCH is not set.Khem Raj
Few of build problems are being reported on classic OE when OPTION_EGLIBC_NSSWITCH is set to 'n' by default it works well. But when its set to 'n' then we have to make sure that OPTION_EGLIBC_NSSWITCH_FIXED_CONFIG and OPTION_EGLIBC_NSSWITCH_FIXED_FUNCTIONS are set to point to abosolute paths in sources Fixes build errors like Makefile:85: *** OPTION_EGLIBC_NSSWITCH_FIXED_CONFIG variable left unset. Stop. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@kernel.crashing.org>
2011-01-12eglibc-options.inc: Account of DISTRO_FEATURES_EGLIBC being not defined.Khem Raj
* Thanks Bernhard Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-12eglibc: Configure based on DISTRO_FEATURES_EGLIBCKhem Raj
* Let distros decide what features to enable if not selected it will turn off all possible knobs * Enable all knobs for angstrom and distros based on sane-toolchain Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> CC: koen@dominion.thruhere.net CC: koansoftware@gmail.com
2011-01-09eglibc: Make it configurable by tuning eglibc optionsKhem Raj
* 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. Signed-off-by: Khem Raj <raj.khem@gmail.com>