]> code.ossystems Code Review - openembedded-core.git/commit
libc-package.bbclass, eglibc, glibc: enable locales generation using cross-localedef
authorNitin A Kamble <nitin.a.kamble@intel.com>
Mon, 4 Oct 2010 20:31:23 +0000 (13:31 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 7 Oct 2010 21:53:28 +0000 (22:53 +0100)
commit2f19e2a1e6fe519f77b1d9611beadbfd2c74a22a
tree65dda95a7dd3471162678eaa63a9443d45e7385d
parent2e040618978b93d0add0e7e115c17545685c9dfc
libc-package.bbclass, eglibc, glibc: enable locales generation using cross-localedef

Along with qemu this provides another option to generate locales for
[e]glibc. The new method is to use cross-localedef with appropriate arch
specific parameters.

The cross-localedef method is found to be 15 times faster than qemu's
emnualted method.

LOCALE_GENERATION_WITH_CROSS-LOCALEDEF : This is new config variable
introduced to selet qemu or cross-localedef method for locale generation.

Thanks to Mark Hatle from Windriver for providing the rich
information for cross locale generation.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/classes/libc-package.bbclass
meta/recipes-core/eglibc/eglibc-package.inc
meta/recipes-core/glibc/glibc-package.inc