summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-09 13:06:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-13 23:57:21 +0100
commitb84371680e749fac5080ce7375c80334f3665433 (patch)
tree239660f457a2f9e86a8e515a09173026716e2f09 /documentation/ref-manual
parentdc449a2ef5a4a846d421ba288fb367ebea808d54 (diff)
downloadpoky-b84371680e749fac5080ce7375c80334f3665433.tar.gz
ref-manual/ref-variables: add IMAGE_LINGUAS
Re-wrote to be active and in present tense. (From yocto-docs rev: 7fabb25ab15da501ac3aae64a56d41c9cad6bbe7) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 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')
-rw-r--r--documentation/ref-manual/ref-variables.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 3ed966f377..a648a9e7a9 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1304,6 +1304,35 @@ Core layer for images cannot be removed
1304 </glossdef> 1304 </glossdef>
1305 </glossentry> 1305 </glossentry>
1306 1306
1307 <glossentry id='var-IMAGE_LINGUAS'><glossterm>IMAGE_LINGUAS</glossterm>
1308 <glossdef>
1309 <para>
1310 Specifies the list of locales to install into the image
1311 during the packaging process.
1312 The OpenEmbedded build system automatically splits locale
1313 files, which are used for localization, into separate
1314 packages.
1315 Setting the <filename>IMAGE_LINGUAS</filename> variable
1316 ensures that any locale packages that correspond to packages
1317 already selected for installation into the image are also
1318 installed.
1319 Here is an example:
1320 <literallayout class='monospaced'>
1321 IMAGE_LINGUAS = "pt-br de-de"
1322 </literallayout>
1323 In this example, the build system ensures any Brazilian
1324 Portuguese and German locale files that correspond to
1325 packages in the image are installed (i.e.
1326 <filename>*-locale-pt-br</filename>
1327 and <filename>*-locale-de-de</filename> as well as
1328 <filename>*-locale-pt</filename>
1329 and <filename>*-locale-de</filename>, since some software
1330 packages only provide locale files by language and not by
1331 country-specific language).
1332 </para>
1333 </glossdef>
1334 </glossentry>
1335
1307 <glossentry id='var-IMAGE_OVERHEAD_FACTOR'><glossterm>IMAGE_OVERHEAD_FACTOR</glossterm> 1336 <glossentry id='var-IMAGE_OVERHEAD_FACTOR'><glossterm>IMAGE_OVERHEAD_FACTOR</glossterm>
1308 <glossdef> 1337 <glossdef>
1309 <para> 1338 <para>