All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] eglibc: enable eglibc configurability
@ 2011-06-03  1:41 ` Kang Kai
  0 siblings, 0 replies; 7+ messages in thread
From: Kang Kai @ 2011-06-02  9:41 UTC (permalink / raw)
  To: mark.hatle; +Cc: poky

From: Kang Kai <kai.kang@windriver.com>

Sorry, forget the maillist.

Migrate configurability from oe, try to shrink minimal image size

The switch is in local.conf.sample, uncomment the line
DISTRO_FEATURES_EGLIBC = ""
and write what options you want to enable.

If want to disable locale-code charsets or locales, you have to uncomment
PACKAGE_NO_GCONV = 1
Because without this, it fails on package_do_split_gconvs in libc-package.bbclass

The following changes since commit fabfd7ec97af3ae2eef39b94d52b49ad565aed90:

  task-core-lsb: add cups and ghostscript into image (2011-06-02 15:51:23 +0800)

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

Kang Kai (1):
  eglibc: migrate configurability from oe

 meta-yocto/conf/local.conf.sample                  |   17 ++++++
 .../eglibc-2.13-fix-macro-RTLD_DEBUG.patch         |   20 +++++++
 meta/recipes-core/eglibc/eglibc-options.inc        |   55 ++++++++++++++++++++
 meta/recipes-core/eglibc/eglibc.inc                |    6 ++
 meta/recipes-core/eglibc/eglibc_2.13.bb            |    4 +-
 5 files changed, 101 insertions(+), 1 deletions(-)
 create mode 100644 meta/recipes-core/eglibc/eglibc-2.13/eglibc-2.13-fix-macro-RTLD_DEBUG.patch
 create mode 100644 meta/recipes-core/eglibc/eglibc-options.inc

-- 
1.7.5.1.300.gc565c



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

end of thread, other threads:[~2011-06-03  3:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-02  9:41 [PATCH 0/1] eglibc: enable eglibc configurability Kang Kai
2011-06-03  1:41 ` Kang Kai
2011-06-02  9:41 ` [PATCH 1/1] eglibc: migrate configurability from oe Kang Kai
2011-06-03  1:41   ` Kang Kai
2011-06-03  1:14   ` Saul Wold
2011-06-03  1:23     ` Kang Kai
2011-06-02 10:03 ` [PATCH 0/1] eglibc: enable eglibc configurability Koen Kooi

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.