From d5f08073f5246c3f9fadf873e34ec02ec2050128 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 26 Nov 2010 14:23:16 +0000 Subject: 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 --- meta/conf/local.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta') 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" # 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. +# NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set +# appropriate values for IMAGE_LINGUAS and LIMIT_BUILT_LOCALES # WARNING: this may break localisation! #GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8" +# See message above as to whether setting these is required +#IMAGE_LINGUAS ?= "en-gb" +#LIMIT_BUILT_LOCALES ?= "POSIX en_GB" # Default to not build 32 bit libs on 64 bit systems, comment this # out if that is desired -- cgit 1.2.3-korg