From: Paul Sokolovsky <pmiscml@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [RFC] Allow to limit generated binary locales to predefined list
Date: Sun, 11 Mar 2007 04:06:57 +0200 [thread overview]
Message-ID: <274295013.20070311040657@gmail.com> (raw)
Hello openembedded-devel,
Binary locale generation for the entire locate set provided by GLIBC
takes noticeable amount of time (several hours). While OE allows to skip
binary locale generation at all, that puts development environment
too far away from "release" one.
The solution would be to allow to optionally constrain set of
generated locales to a predefined list. I had adhoc patch to do that
for few months now, and several people expressed interest in it. So, I
finally took time to clean it up and make list configurable via OE
variable, and submit it: http://bugs.openembedded.org/show_bug.cgi?id=1966
List is specified using GLIBC_GENERATE_LOCALES variable, which can
be set e.g. in local.conf:
GLIBC_GENERATE_LOCALES = "en_GB,UTF-8 de_DE,UTF-8"
Format is <locale>,<encoding> pairs separated by space. Format is
actually based on "SUPPORTED" file generated/provided with GLIBC. For
development purposes, encoding can be just "UTF-8", and for Angstrom,
only en_GB locales is required now. Previous default from OZ/Familiar
was "en_GB,UTF-8 de_DE,UTF-8 fr_FR,UTF-8".
I'd appreciate comments and testing of the patch above.
--
Best regards,
Paul mailto:pmiscml@gmail.com
next reply other threads:[~2007-03-11 2:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-11 2:06 Paul Sokolovsky [this message]
2007-03-11 15:56 ` [RFC] Allow to limit generated binary locales to predefined list Jan Janssens
2007-03-11 19:33 ` Paul Sokolovsky
2007-03-13 10:53 ` Jan Janssens
2007-03-13 13:02 ` Paul Sokolovsky
2007-03-25 18:12 ` Paul Sokolovsky
2007-03-26 21:12 ` [RFC] Allow to limit generated binary locales topredefined list Mark Gollahon
2007-03-27 8:50 ` Paul Sokolovsky
2007-03-27 11:25 ` Florian Boor
2007-03-12 14:13 ` [RFC] Allow to limit generated binary locales to predefined list Rolf Leggewie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=274295013.20070311040657@gmail.com \
--to=pmiscml@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.