All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] [1.2] poky-tiny: Separate the libc features required for meta-toolchain
@ 2012-04-17  1:06 Darren Hart
  2012-04-17  1:06 ` [PATCH 1/1] " Darren Hart
  2012-04-17  8:09 ` [PATCH 0/1] [1.2] " Richard Purdie
  0 siblings, 2 replies; 5+ messages in thread
From: Darren Hart @ 2012-04-17  1:06 UTC (permalink / raw)
  To: Yocto Project; +Cc: Darren Hart

This addresses [YOCTO #2295], in which the meta-toolchain target would fail for
the poky-tiny DISTRO definition due to its reduced libc feature set. This is not
an optimal solution as it significantly increases the size of the C libraries
(by 461KB). However, by making the features easily removed, those looking for
truly tiny libc configurations can easily revert to the smaller set. Out of the
box, we want poky-tiny to be able to build meta-toolchain.

In the future, we need to address WHY meta-toolchain cannot be built without
these features and look at how to reduce the impact of meta-toolchain on the
target eglibc build.

The following changes since commit c936fca6e163bc19bc08cbd0036b31ca6f6c3ed6:

  bitbake.conf: Add PARALLEL_MAKE to BB_HASHBASE_WHITELIST (2012-04-16 23:37:45 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dvhart/tiny
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/tiny

Darren Hart (1):
  poky-tiny: Separate the libc features required for meta-toolchain

 meta-yocto/conf/distro/poky-tiny.conf |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

-- 
1.7.5.4



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-18 12:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-17  1:06 [PATCH 0/1] [1.2] poky-tiny: Separate the libc features required for meta-toolchain Darren Hart
2012-04-17  1:06 ` [PATCH 1/1] " Darren Hart
2012-04-17  8:09 ` [PATCH 0/1] [1.2] " Richard Purdie
2012-04-17 14:04   ` Darren Hart
2012-04-18 12:13     ` Richard Purdie

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.