From d0dda27ffcbcb61a88ee8065c729931921f4086a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 13 Aug 2014 16:24:32 +0300 Subject: ref-manual: Added GLIBC_GENERATE_LOCALES variable. Fixes [YOCTO #6629] Added a new variable description to the glossary and also updated the IMAGE_LINGUAS entry to have a back-reference to the new variable. Reported-by: Laszlo Papp (From yocto-docs rev: 219097735c57a3dc10195511dd5b199e73b8a094) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a4dbba4a3e..5bab8d4f24 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -22,7 +22,7 @@ D E F - G + G H I @@ -2879,6 +2879,28 @@ G + GLIBC_GENERATE_LOCALES + + + Specifies the list of GLIBC locales to generate should you + not wish generate all LIBC locals, which can be time + consuming. + + If you specifically remove the locale + en_US.UTF-8, you must set + IMAGE_LINGUAS + appropriately. + + You can set GLIBC_GENERATE_LOCALES + in your local.conf file. + By default, all locales are generated. + + GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8" + + + + + GROUPADD_PARAM @@ -3460,6 +3482,12 @@ packages only provide locale files by language and not by country-specific language). + + + See the + GLIBC_GENERATE_LOCALES + variable for information on generating GLIBC locales. + -- cgit v1.2.3-54-g00ecf