[OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-13 Thread Kang Kai
From: Kang Kai kai.k...@windriver.com Migrate configurability from oe, try to shrink minimal image size All eglibc configuration options are included in conf/distro/include/default-distrovars.inc. Define DISTRO_FEATURES_LIBC and DISTRO_FEATURES in local.conf with the same way in

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-13 Thread Phil Blundell
On Mon, 2011-06-13 at 17:01 +0800, Kang Kai wrote: -DISTRO_FEATURES ?= alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci +DISTRO_FEATURES_LIBC ?= ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \ +

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-13 Thread Kang Kai
On 2011年06月13日 17:05, Phil Blundell wrote: On Mon, 2011-06-13 at 17:01 +0800, Kang Kai wrote: -DISTRO_FEATURES ?= alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci +DISTRO_FEATURES_LIBC ?= ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-13 Thread Phil Blundell
On Mon, 2011-06-13 at 17:15 +0800, Kang Kai wrote: On 2011年06月13日 17:05, Phil Blundell wrote: On Mon, 2011-06-13 at 17:01 +0800, Kang Kai wrote: -DISTRO_FEATURES ?= alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci +DISTRO_FEATURES_LIBC ?= ipv6 libc-backtrace

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-13 Thread Phil Blundell
On Mon, 2011-06-13 at 17:34 +0800, Kang Kai wrote: It seems DISTRO_FEATURE doesn't want to enable ipv6 by default, but eglibc needs supports it. That doesn't seem like it can be right. Why would you want ipv6 in eglibc if your DISTRO isn't using it? The whole point of DISTRO_FEATURES is

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-13 Thread Martin Jansa
On Mon, Jun 13, 2011 at 11:42 AM, Phil Blundell p...@pbcl.net wrote: On Mon, 2011-06-13 at 17:34 +0800, Kang Kai wrote: It seems DISTRO_FEATURE doesn't want to enable ipv6 by default, but eglibc needs supports it. That doesn't seem like it can be right.  Why would you want ipv6 in eglibc if

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-13 Thread Phil Blundell
On Mon, 2011-06-13 at 12:00 +0200, Martin Jansa wrote: On Mon, Jun 13, 2011 at 11:42 AM, Phil Blundell p...@pbcl.net wrote: FWIW, I think ipv6 should probably be set on in default-distrovar's DISTRO_FEATURES, but I guess some higher authority would need to make that decision. I see your

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-08 Thread Koen Kooi
Op 8 jun 2011, om 03:45 heeft Kang Kai het volgende geschreven: On 2011年06月07日 17:48, Koen Kooi wrote: Op 7 jun 2011, om 11:42 heeft Kang Kai het volgende geschreven: From: Kang Kaikai.k...@windriver.com Migrate configurability from oe, try to shrink minimal image size Update to get

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-08 Thread Kang Kai
On 2011年06月08日 14:25, Koen Kooi wrote: Op 8 jun 2011, om 03:45 heeft Kang Kai het volgende geschreven: On 2011年06月07日 17:48, Koen Kooi wrote: Op 7 jun 2011, om 11:42 heeft Kang Kai het volgende geschreven: From: Kang Kaikai.k...@windriver.com Migrate configurability from oe, try to shrink

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-08 Thread Martin Jansa
On Wed, Jun 08, 2011 at 02:35:18PM +0800, Kang Kai wrote: On 2011年06月08日 14:25, Koen Kooi wrote: Op 8 jun 2011, om 03:45 heeft Kang Kai het volgende geschreven: On 2011年06月07日 17:48, Koen Kooi wrote: Op 7 jun 2011, om 11:42 heeft Kang Kai het volgende geschreven: From: Kang

[OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
From: Kang Kai kai.k...@windriver.com Migrate configurability from oe, try to shrink minimal image size Update to get eglibc configuration options from DISTRO_FEATURES and enable them. All the options are enabled by default. Uncomment the line in conf/local.extended.conf to define

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Khem Raj
On Tue, Jun 7, 2011 at 2:42 AM, Kang Kai kai.k...@windriver.com wrote: From: Kang Kai kai.k...@windriver.com Migrate configurability from oe, try to shrink minimal image size Update to get eglibc configuration options from DISTRO_FEATURES and enable them. All the options are enabled by

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
On 2011年06月07日 17:53, Phil Blundell wrote: On Tue, 2011-06-07 at 17:42 +0800, Kang Kai wrote: Hi Phil, Thanks for your comment. -DISTRO_FEATURES ?= alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci +DISTRO_FEATURES ?= alsa bluetooth ext2 irda pcmcia usbgadget usbhost

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Khem Raj
On Tue, Jun 7, 2011 at 6:59 PM, Kang Kai kai.k...@windriver.com wrote: On 2011年06月07日 17:53, Phil Blundell wrote: On Tue, 2011-06-07 at 17:42 +0800, Kang Kai wrote: Hi Phil, Thanks for your comment. -DISTRO_FEATURES ?= alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf

[OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
From: Kang Kai kai.k...@windriver.com Migrate configurability from oe, try to shrink minimal image size Update to get eglibc configuration options from DISTRO_FEATURES and enable them. All the options are enabled by default. Uncomment the line in conf/local.extended.conf to define