From patchwork Thu Aug 30 19:48:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: poky-tiny: Enable x86-64 to build eglibc correctly Date: Thu, 30 Aug 2012 19:48:10 -0000 From: Saul Wold X-Patchwork-Id: 35569 Message-Id: <1346356090-13811-1-git-send-email-sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org The libc-libm-big option allows eglibc to correctly configure itself to include the correct math functions for 64bit operations [YOCTO #2943] Signed-off-by: Saul Wold --- meta-yocto/conf/distro/poky-tiny.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 8ae1d85..bfb4432 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"