From: Kang Kai <kai.kang@windriver.com>
To: <sgw@linux.intel.com>
Cc: Kang, poky@yoctoproject.org, openembedded-core@lists.openembedded.org
Subject: [PATCH 0/1] eglibc: enable eglibc configurability V2
Date: Fri, 3 Jun 2011 14:47:21 +0800 [thread overview]
Message-ID: <cover.1307083232.git.kai.kang@windriver.com> (raw)
From: Kang Kai <kai.kang@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
WARNING: multiple messages have this Message-ID (diff)
From: Kang Kai <kai.kang@windriver.com>
To: <sgw@linux.intel.com>
Cc: poky@yoctoproject.org, openembedded-core@lists.openembedded.org
Subject: [PATCH 0/1] eglibc: enable eglibc configurability V2
Date: Fri, 3 Jun 2011 14:47:21 +0800 [thread overview]
Message-ID: <cover.1307083232.git.kai.kang@windriver.com> (raw)
From: Kang Kai <kai.kang@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
next reply other threads:[~2011-06-03 6:50 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-03 6:47 Kang Kai [this message]
2011-06-03 6:47 ` [PATCH 0/1] eglibc: enable eglibc configurability V2 Kang Kai
2011-06-03 6:47 ` [PATCH 1/1] eglibc: migrate configurability from oe Kang Kai
2011-06-03 6:47 ` Kang Kai
2011-06-03 8:22 ` Richard Purdie
2011-06-03 8:22 ` [OE-core] " Richard Purdie
2011-06-03 8:54 ` Kang Kai
2011-06-03 8:54 ` [OE-core] " Kang Kai
2011-06-03 9:52 ` Richard Purdie
2011-06-03 9:52 ` [OE-core] " Richard Purdie
2011-06-03 8:57 ` Koen Kooi
2011-06-03 9:51 ` Richard Purdie
2011-06-03 18:00 ` Khem Raj
2011-06-03 9:49 ` Phil Blundell
2011-06-03 11:32 ` [PATCH 0/1] eglibc: enable eglibc configurability V2 Phil Blundell
2011-06-03 11:50 ` Richard Purdie
2011-06-03 12:06 ` Phil Blundell
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=cover.1307083232.git.kai.kang@windriver.com \
--to=kai.kang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--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.