summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-09-06 23:47:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-10 13:01:56 +0100
commit950c85e398c53c8b4f00f1728e947f339dd37e7b (patch)
treea06b96fb232ca997a7f40c97a8109b425ebca8b0 /meta-yocto
parent2ce0e3ca1b9d0f0a45f20b9c586a47ecaf918fbf (diff)
downloadpoky-950c85e398c53c8b4f00f1728e947f339dd37e7b.tar.gz
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] (From meta-yocto rev: 08893d0bf76b31dc020dc24a9268bd07e259a069) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index f3cc87451a..3196fa0eb4 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -63,6 +63,7 @@ ASSUME_PROVIDED += "pkgconfig$"
63# Reconfigure eglibc for a smaller installation 63# Reconfigure eglibc for a smaller installation
64# Comment out any of the lines below to disable them in the build 64# Comment out any of the lines below to disable them in the build
65DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" 65DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt"
66DISTRO_FEATURES_LIBC_TINY_append_x86-64 = " libc-libm-big"
66 67
67# Required for "who" 68# Required for "who"
68DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin" 69DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin"