local.conf.sample: include notes on generating fewer LIBC locales

libc locale generation is very time consuming so document the
GLIBC_GENERATE_LOCALES variable in the sample local.conf

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-10-01 13:11:30 +01:00
parent c112368e6f
commit 7cdddd1887
1 changed files with 5 additions and 0 deletions

View File

@ -152,3 +152,8 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
# test suite or specific test case(e.g. bat or boot test case under sanity suite),
# list them like following.
#TEST_SCEN = "sanity bat sanity:boot"
# Set GLIBC_GENERATE_LOCALES to the locales you wish to generate should you not
# wish to perform the time-consuming step of generating all LIBC locales.
# WARNING: this may break localisation!
#GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8"