[OE-core] [PATCH 0/1] eglibc: enable eglibc configurability V2

2011-06-03 Thread Kang Kai
From: Kang Kai kai.k...@windriver.com

Hi Saul,

I update the patch that move DISTRO_FEATURES_EGLIBC ??= to eglibc.inc

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 484c4e73245c93a08413cd204513bf5c5698b994:

  clutter-1.6: Add patch to update gettext macro version (2011-06-01 18:34:37 
+0100)

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  |9 +++
 .../eglibc-2.13-fix-macro-RTLD_DEBUG.patch |   20 +++
 meta/recipes-core/eglibc/eglibc-options.inc|   55 
 meta/recipes-core/eglibc/eglibc.inc|   13 +
 meta/recipes-core/eglibc/eglibc_2.13.bb|4 +-
 5 files changed, 100 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


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/1] eglibc: enable eglibc configurability V2

2011-06-03 Thread Phil Blundell
On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote:
 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

Can we not just fix libc-package.bbclass to stop it failing in that
situation?  It seems a bit sad to require an extra flip this switch to
make it work kind of variable.

p.



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/1] eglibc: enable eglibc configurability V2

2011-06-03 Thread Richard Purdie
On Fri, 2011-06-03 at 12:32 +0100, Phil Blundell wrote:
 On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote:
  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
 
 Can we not just fix libc-package.bbclass to stop it failing in that
 situation?  It seems a bit sad to require an extra flip this switch to
 make it work kind of variable.

That was my point in the earlier email :)

Cheers,

Richard


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/1] eglibc: enable eglibc configurability V2

2011-06-03 Thread Phil Blundell
On Fri, 2011-06-03 at 12:50 +0100, Richard Purdie wrote:
 That was my point in the earlier email :)

Ah right, yes.  Evidently I hadn't had enough of my coffee when I
replied to that one. :-}

p.



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/1] eglibc: enable eglibc configurability

2011-06-02 Thread Kang Kai
From: Kang Kai kai.k...@windriver.com

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


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core