diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-11-26 14:23:16 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-06 22:02:27 +0000 |
commit | d5f08073f5246c3f9fadf873e34ec02ec2050128 (patch) | |
tree | 3c95cb3b646669693a9b8b2fca0dff52f4b59b48 /meta/conf | |
parent | 1b679bf14bb97020cf881a92dcee7b219a9884a2 (diff) | |
download | poky-d5f08073f5246c3f9fadf873e34ec02ec2050128.tar.gz |
local.conf.sample: Note extra variables required when disabling en_US locale
When changing which locales are generated for libc it may also be neccessary to
change IMAGE_LINGUAS and LIMIT_BUILT_LOCALES
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 fae949c56b..9bff292980 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample | |||
@@ -158,8 +158,13 @@ ENABLE_BINARY_LOCALE_GENERATION = "1" | |||
158 | 158 | ||
159 | # Set GLIBC_GENERATE_LOCALES to the locales you wish to generate should you not | 159 | # Set GLIBC_GENERATE_LOCALES to the locales you wish to generate should you not |
160 | # wish to perform the time-consuming step of generating all LIBC locales. | 160 | # wish to perform the time-consuming step of generating all LIBC locales. |
161 | # NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set | ||
162 | # appropriate values for IMAGE_LINGUAS and LIMIT_BUILT_LOCALES | ||
161 | # WARNING: this may break localisation! | 163 | # WARNING: this may break localisation! |
162 | #GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8" | 164 | #GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8" |
165 | # See message above as to whether setting these is required | ||
166 | #IMAGE_LINGUAS ?= "en-gb" | ||
167 | #LIMIT_BUILT_LOCALES ?= "POSIX en_GB" | ||
163 | 168 | ||
164 | # Default to not build 32 bit libs on 64 bit systems, comment this | 169 | # Default to not build 32 bit libs on 64 bit systems, comment this |
165 | # out if that is desired | 170 | # out if that is desired |