aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/eglibc.inc
AgeCommit message (Collapse)Author
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
2010-10-15Fix Angstrom OVERRIDES settingsChase Maupin
* Use the new MACHINE_OVERRIDES variable in angstrom.inc to set the FEED_ARCH and SOC_FAMILY OVERRIDES * NOTE: These were left in their orignal order which will result in the SOC_FAMILY being more specific than the FEED_ARCH. This was done on purpose as the SOC_FAMILY should be more specific. i.e. for omap3 the omap3 override is more specific than the armv7a override. * Modified the glibc include files to prepend libc-glibc, etc to the OVERRIDES list. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-06-01(e)glibc.inc: add minimal sane kernel versions, move from bitbake.confRoman I Khimov
(e)glibc is configured for OLDEST_KERNEL, certain target architectures have specific requirements for kernel versions, if that are not satisfied (e)glibc reconfigures itself with what it think more appropriate and warns user that there is misconfiguration on his side. Add minimal sane kernel versions for architectures requiring that. Also move (e)glibc-specific OLDEST_KERNEL variable from bitbake.conf to (e)glibc.inc files that are more appropriate for this. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-11conf/distro/include/{eglibc,glibc,uclibc}.inc: Change OVERRIDES to libc-fooTom Rini
Suggested by Koen, Richard and Graeme Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-05-04Add distro inc files for eglibc, glibc and uclibc.Tom Rini
This gives us the libc into OVERRIDES, of glibc for glibc/eglibc and uclibc for uclibc. We also ?= for libintl/libiconv and = set the rest of the virtuals. Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>