Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] eglibc: migrate configurability from oe V3
@ 2011-06-07  9:42 Kang Kai
  2011-06-07  9:42 ` [PATCH 1/2] bitbake: add another local configuration file Kang Kai
  2011-06-07  9:42 ` [PATCH 2/2] eglibc: migrate configurability from oe Kang Kai
  0 siblings, 2 replies; 25+ messages in thread
From: Kang Kai @ 2011-06-07  9:42 UTC (permalink / raw)
  To: richard.purdie; +Cc: Kang, poky, openembedded-core

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

Hi Richard,

I add a new local.extended.conf to put the DISTRO_FEATURES there, and I am not quit sure that 
is the right use of it. 

Update to check DISTRO_FEATURES to get eglibc configuration options.
Update to set or not set PACKAGE_NO_GCONV automatically.

Any suggestion will be appreciated!
Thanks & Regards,
Kai

The following changes since commit 7f34cd1eb2a459709006ae985a14decd4d2152e6:

  tzcode: Update to 2011g (2011-06-06 15:58:42 +0100)

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

Kang Kai (2):
  bitbake: add another local configuration file
  eglibc: migrate configurability from oe

 meta-yocto/conf/local.conf.sample.extended         |    5 ++
 meta/conf/bitbake.conf                             |    1 +
 meta/conf/distro/include/default-distrovars.inc    |    8 ++-
 .../eglibc-2.13-fix-macro-RTLD_DEBUG.patch         |   20 ++++++
 meta/recipes-core/eglibc/eglibc-options.inc        |   62 ++++++++++++++++++++
 meta/recipes-core/eglibc/eglibc.inc                |    6 ++
 meta/recipes-core/eglibc/eglibc_2.13.bb            |    4 +-
 scripts/oe-setup-builddir                          |   19 ++++++
 8 files changed, 123 insertions(+), 2 deletions(-)
 create mode 100644 meta-yocto/conf/local.conf.sample.extended
 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] 25+ messages in thread
* [PATCH 0/2] eglibc: migrate configurability from oe V4
@ 2011-06-08  5:56 Kang Kai
  2011-06-08  5:56 ` [PATCH 2/2] eglibc: migrate configurability from oe Kang Kai
  0 siblings, 1 reply; 25+ messages in thread
From: Kang Kai @ 2011-06-08  5:56 UTC (permalink / raw)
  To: openembedded-core, poky

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

Hi All,

Thanks for all your comments.

Update to add local.extended.conf.sample instead of local.conf.sample.extended.
Using existing DISTRO_FEATURES "ipv6" instead of "libc-ipv6"


Migrate configurability from oe, try to shrink minimal image size

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

Regards,

The following changes since commit 7f34cd1eb2a459709006ae985a14decd4d2152e6:

  tzcode: Update to 2011g (2011-06-06 15:58:42 +0100)

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

Kang Kai (2):
  bitbake: add another local configuration file
  eglibc: migrate configurability from oe

 meta-yocto/conf/local.extended.conf.sample         |    5 ++
 meta/conf/bitbake.conf                             |    1 +
 meta/conf/distro/include/default-distrovars.inc    |    8 ++-
 .../eglibc-2.13-fix-macro-RTLD_DEBUG.patch         |   20 ++++++
 meta/recipes-core/eglibc/eglibc-options.inc        |   62 ++++++++++++++++++++
 meta/recipes-core/eglibc/eglibc.inc                |    6 ++
 meta/recipes-core/eglibc/eglibc_2.13.bb            |    4 +-
 scripts/oe-setup-builddir                          |   19 ++++++
 8 files changed, 123 insertions(+), 2 deletions(-)
 create mode 100644 meta-yocto/conf/local.extended.conf.sample
 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] 25+ messages in thread
* [PATCH 0/2] eglibc: migrate configurability from oe V5
@ 2011-06-13  9:01 Kang Kai
  2011-06-13  9:01 ` [PATCH 2/2] eglibc: migrate configurability from oe Kang Kai
  0 siblings, 1 reply; 25+ messages in thread
From: Kang Kai @ 2011-06-13  9:01 UTC (permalink / raw)
  To: sgw; +Cc: openembedded-core

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

Hi Saul,

This update only add file local.conf.sample.extended, not source it any more.

Using DISTRO_FEATURES_LIBC to manage eglibc configurable options suggested by
Koen and Martin, and set DISTRO_FEATURES_LIBC in default-distrovars.inc to enable
all eglibc configurable options by default to make current compilation succeed.

Regards,

The following changes since commit 7f34cd1eb2a459709006ae985a14decd4d2152e6:

  tzcode: Update to 2011g (2011-06-06 15:58:42 +0100)

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

Kang Kai (2):
  bitbake: add local.conf.sample.extended
  eglibc: migrate configurability from oe

 meta-yocto/conf/local.conf.sample.extended      |   12 ++++
 meta/conf/distro/include/default-distrovars.inc |    9 +++-
 meta/recipes-core/eglibc/eglibc-options.inc     |   62 +++++++++++++++++++++++
 meta/recipes-core/eglibc/eglibc.inc             |    6 ++
 4 files changed, 88 insertions(+), 1 deletions(-)
 create mode 100644 meta-yocto/conf/local.conf.sample.extended
 create mode 100644 meta/recipes-core/eglibc/eglibc-options.inc

-- 
1.7.5.1.300.gc565c




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

end of thread, other threads:[~2011-06-13 11:10 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-07  9:42 [PATCH 0/2] eglibc: migrate configurability from oe V3 Kang Kai
2011-06-07  9:42 ` [PATCH 1/2] bitbake: add another local configuration file Kang Kai
2011-06-07 15:56   ` Saul Wold
2011-06-07  9:42 ` [PATCH 2/2] eglibc: migrate configurability from oe Kang Kai
2011-06-07  9:48   ` Koen Kooi
2011-06-08  1:45     ` Kang Kai
2011-06-08  6:25       ` Koen Kooi
2011-06-08  6:35         ` Kang Kai
2011-06-08  6:42           ` Martin Jansa
2011-06-07  9:53   ` Phil Blundell
2011-06-08  1:59     ` Kang Kai
2011-06-08  2:34       ` Khem Raj
2011-06-07 17:50   ` Khem Raj
2011-06-08  2:04     ` Kang Kai
  -- strict thread matches above, loose matches on Subject: below --
2011-06-08  5:56 [PATCH 0/2] eglibc: migrate configurability from oe V4 Kang Kai
2011-06-08  5:56 ` [PATCH 2/2] eglibc: migrate configurability from oe Kang Kai
2011-06-10  3:13   ` Khem Raj
2011-06-10  3:25     ` Kang Kai
2011-06-13  9:01 [PATCH 0/2] eglibc: migrate configurability from oe V5 Kang Kai
2011-06-13  9:01 ` [PATCH 2/2] eglibc: migrate configurability from oe Kang Kai
2011-06-13  9:05   ` Phil Blundell
2011-06-13  9:15     ` Kang Kai
2011-06-13  9:27       ` Phil Blundell
2011-06-13  9:34         ` Kang Kai
2011-06-13  9:42           ` Phil Blundell
2011-06-13 10:00             ` Martin Jansa
2011-06-13 11:07               ` Phil Blundell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox