All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] Allow to limit generated binary locales to predefined list
@ 2007-03-11  2:06 Paul Sokolovsky
  2007-03-11 15:56 ` Jan Janssens
  2007-03-12 14:13 ` [RFC] Allow to limit generated binary locales to predefined list Rolf Leggewie
  0 siblings, 2 replies; 10+ messages in thread
From: Paul Sokolovsky @ 2007-03-11  2:06 UTC (permalink / raw)
  To: openembedded-devel

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




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-03-27 11:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-11  2:06 [RFC] Allow to limit generated binary locales to predefined list Paul Sokolovsky
2007-03-11 15:56 ` 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

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.