diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-10-01 13:11:30 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-10-01 16:47:37 +0100 |
commit | 7cdddd18874564a7fa44daeeb8e2d45c95d711b7 (patch) | |
tree | 064829d15ac3774b881fdc92a73f36197cb63c94 /meta/conf | |
parent | c112368e6f4760f07a1fa61f3fc482c00556bbdb (diff) | |
download | ast2050-yocto-poky-7cdddd18874564a7fa44daeeb8e2d45c95d711b7.zip ast2050-yocto-poky-7cdddd18874564a7fa44daeeb8e2d45c95d711b7.tar.gz |
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>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/local.conf.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index fa5e3f1..d090543 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -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" |