summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-08-13 16:24:32 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-22 13:04:42 +0100
commitd0dda27ffcbcb61a88ee8065c729931921f4086a (patch)
tree01e569a84a57e4628db7c9f942adb3e32900a1cc /documentation/ref-manual/ref-variables.xml
parent9cc019b9ea135836d0c24d0e5c93830f47cc4595 (diff)
downloadpoky-d0dda27ffcbcb61a88ee8065c729931921f4086a.tar.gz
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 <lpapp@kde.org> (From yocto-docs rev: 219097735c57a3dc10195511dd5b199e73b8a094) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml30
1 files changed, 29 insertions, 1 deletions
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 @@
22 <link linkend='var-D'>D</link> 22 <link linkend='var-D'>D</link>
23 <link linkend='var-ENABLE_BINARY_LOCALE_GENERATION'>E</link> 23 <link linkend='var-ENABLE_BINARY_LOCALE_GENERATION'>E</link>
24 <link linkend='var-FEATURE_PACKAGES'>F</link> 24 <link linkend='var-FEATURE_PACKAGES'>F</link>
25 <link linkend='var-GROUPADD_PARAM'>G</link> 25 <link linkend='var-GLIBC_GENERATE_LOCALES'>G</link>
26 <link linkend='var-HOMEPAGE'>H</link> 26 <link linkend='var-HOMEPAGE'>H</link>
27 <link linkend='var-ICECC_DISABLED'>I</link> 27 <link linkend='var-ICECC_DISABLED'>I</link>
28<!-- <link linkend='var-glossary-j'>J</link> --> 28<!-- <link linkend='var-glossary-j'>J</link> -->
@@ -2879,6 +2879,28 @@
2879 2879
2880 <glossdiv id='var-glossary-g'><title>G</title> 2880 <glossdiv id='var-glossary-g'><title>G</title>
2881 2881
2882 <glossentry id='var-GLIBC_GENERATE_LOCALES'><glossterm>GLIBC_GENERATE_LOCALES</glossterm>
2883 <glossdef>
2884 <para>
2885 Specifies the list of GLIBC locales to generate should you
2886 not wish generate all LIBC locals, which can be time
2887 consuming.
2888 <note>
2889 If you specifically remove the locale
2890 <filename>en_US.UTF-8</filename>, you must set
2891 <link linkend='var-IMAGE_LINGUAS'><filename>IMAGE_LINGUAS</filename></link>
2892 appropriately.
2893 </note>
2894 You can set <filename>GLIBC_GENERATE_LOCALES</filename>
2895 in your <filename>local.conf</filename> file.
2896 By default, all locales are generated.
2897 <literallayout class='monospaced'>
2898 GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8"
2899 </literallayout>
2900 </para>
2901 </glossdef>
2902 </glossentry>
2903
2882 <glossentry id='var-GROUPADD_PARAM'><glossterm>GROUPADD_PARAM</glossterm> 2904 <glossentry id='var-GROUPADD_PARAM'><glossterm>GROUPADD_PARAM</glossterm>
2883 <glossdef> 2905 <glossdef>
2884 <para> 2906 <para>
@@ -3460,6 +3482,12 @@
3460 packages only provide locale files by language and not by 3482 packages only provide locale files by language and not by
3461 country-specific language). 3483 country-specific language).
3462 </para> 3484 </para>
3485
3486 <para>
3487 See the
3488 <link linkend='var-GLIBC_GENERATE_LOCALES'><filename>GLIBC_GENERATE_LOCALES</filename></link>
3489 variable for information on generating GLIBC locales.
3490 </para>
3463 </glossdef> 3491 </glossdef>
3464 </glossentry> 3492 </glossentry>
3465 3493