diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-09-03 14:29:17 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-03 09:30:26 +0100 |
commit | 9f60a6fbfb93f17a9146f93380f9a3775fe48f4d (patch) | |
tree | 80da77425b67abffe2d6a8771e373dffc0592726 /meta/classes/oelint.bbclass | |
parent | 3d7431b71b3308c917ba886d213277874c2610b0 (diff) | |
download | openembedded-core-9f60a6fbfb93f17a9146f93380f9a3775fe48f4d.tar.gz openembedded-core-9f60a6fbfb93f17a9146f93380f9a3775fe48f4d.tar.bz2 openembedded-core-9f60a6fbfb93f17a9146f93380f9a3775fe48f4d.tar.xz openembedded-core-9f60a6fbfb93f17a9146f93380f9a3775fe48f4d.zip |
glibc-package.inc: disable build-time locale generation for nativesdk
The idea of build-time locale generation is documented in glibc-package.inc:
Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION
is set. The idea is to avoid running localedef on the target (at first boot)
to decrease initial boot time and avoid localedef being killed by the OOM
killer which used to effectively break i18n on machines with < 128MB RAM.
However it doesn't make sense to do same thing for glibc-nativesdk, as the
build system is powerful. More importantly is that ideally host_arch running
sdk may even be out of the support list of target_arch by qemu-native.
Regarding to above rationale, this commit disables build time locale
generation to avoid following error when asking qemu to run localdef:
NOTE: /opt/poky/sysroots/i586-pokysdk-linux/lib/ld-linux.so.2: No such file or directory
nativesdk binaris have opt path hardcoded to avoid mess with host bits, which
is another reason that build time locale generation is not feasible here.
This fixes [BUGID #264]
also add 'nativesdk' to eglibc per RP's suggestion
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/classes/oelint.bbclass')
0 files changed, 0 insertions, 0 deletions