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@li
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.bbcl
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 i
From: Kang Kai
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 wa