From: Darren Hart <dvhart@linux.intel.com>
To: Saul Wold <sgw@linux.intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH] poky-tiny: Enable x86-64 to build eglibc correctly
Date: Mon, 10 Sep 2012 11:41:23 -0700 [thread overview]
Message-ID: <504E3453.1000404@linux.intel.com> (raw)
In-Reply-To: <1347063122-29824-1-git-send-email-sgw@linux.intel.com>
On 09/07/2012 05:12 PM, Saul Wold wrote:
> 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
>
> Cc: Darren Hart <dvhart@linux.intel.com>
>
> [YOCTO #2943]
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
> meta-yocto/conf/distro/poky-tiny.conf | 1 +
> 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 f3cc874..3196fa0 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"
This needs a comment as to why it's needed, preferably citing the eglibc
bug if one has been opened.
> +DISTRO_FEATURES_LIBC_TINY_append_x86-64 = " libc-libm-big"
>
> # Required for "who"
> DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin"
>
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel
next prev parent reply other threads:[~2012-09-10 18:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-08 0:12 [PATCH] poky-tiny: Enable x86-64 to build eglibc correctly Saul Wold
2012-09-10 18:41 ` Darren Hart [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-08-30 19:48 Saul Wold
2012-08-30 20:04 ` Chris Larson
2012-08-30 20:13 ` Phil Blundell
2012-08-30 21:40 ` Khem Raj
2012-08-30 21:49 ` Khem Raj
2012-08-31 16:31 ` Saul Wold
2012-08-31 16:47 ` Khem Raj
2012-09-06 17:47 ` Darren Hart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=504E3453.1000404@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=poky@yoctoproject.org \
--cc=sgw@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.