From: Saul Wold Date: Thu, 6 Sep 2012 23:47:08 +0000 (+0000) Subject: poky-tiny: Enable x86-64 to build eglibc correctly X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08893d0bf76b31dc020dc24a9268bd07e259a069;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git poky-tiny: Enable x86-64 to build eglibc correctly There is bug in the eglibc configure scripts that prevent a x86-64 from configuring correctly and finding the smaller library fucntions. This has been reported to the eglibc community via the issues ML [YOCTO #2943] Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index f3cc87451ad..3196fa0eb43 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf @@ -63,6 +63,7 @@ ASSUME_PROVIDED += "pkgconfig$" # Reconfigure eglibc for a smaller installation # Comment out any of the lines below to disable them in the build DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" +DISTRO_FEATURES_LIBC_TINY_append_x86-64 = " libc-libm-big" # Required for "who" DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin"