From: Darren Hart <dvhart@linux.intel.com>
To: Saul Wold <sgw@linux.intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [meta-yocto CONSOLIDATED PULL (for RC3) 1/3] poky-tiny.conf: adjust eglibc options for poky-tiny
Date: Wed, 11 Apr 2012 10:22:09 -0700 [thread overview]
Message-ID: <4F85BDC1.2040605@linux.intel.com> (raw)
In-Reply-To: <0acfd5f023d418e758882897395494fe0496e25e.1334108211.git.sgw@linux.intel.com>
On 04/10/2012 06:37 PM, Saul Wold wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> Avoid errors for building meta-toolchain for poky-tiny
>
> This Fixes Bug: [YOCTO #2259]
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Please CC the maintainer.
> ---
> meta-yocto/conf/distro/poky-tiny.conf | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
> index 395c6fb..58d64ec 100644
> --- a/meta-yocto/conf/distro/poky-tiny.conf
> +++ b/meta-yocto/conf/distro/poky-tiny.conf
> @@ -63,6 +63,12 @@ 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"
> +# for gettext
> +DISTRO_FEATURES_LIBC_TINY += "libc-posix-clang-wchar"
> +# for m4
> +DISTRO_FEATURES_LIBC_TINY += "libc-spawn libc-locale-code"
> +# for elfutils
> +DISTRO_FEATURES_LIBC_TINY += "libc-ftraverse"
Whoa, hold on. How much size did this add to the tiny libc? No patches
should be applied to tiny without indication of how much size they add.
Why is it necessary to bloat the target libc in order to build a
toolchain for it?
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
next prev parent reply other threads:[~2012-04-11 17:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-11 1:37 [meta-yocto CONSOLIDATED PULL (for RC3) 0/3] Saul Wold
2012-04-11 1:37 ` [meta-yocto CONSOLIDATED PULL (for RC3) 1/3] poky-tiny.conf: adjust eglibc options for poky-tiny Saul Wold
2012-04-11 17:22 ` Darren Hart [this message]
2012-04-11 1:37 ` [meta-yocto CONSOLIDATED PULL (for RC3) 2/3] beagleboard.conf: fix hardcode of virtual/xserver Saul Wold
2012-04-11 1:37 ` [meta-yocto CONSOLIDATED PULL (for RC3) 3/3] linux-yocto/meta-yocto: update hardware reference boards to v3.0.24 Saul Wold
2012-04-11 11:10 ` [meta-yocto CONSOLIDATED PULL (for RC3) 0/3] Richard Purdie
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=4F85BDC1.2040605@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.