From b9f543972c0762f75c9999417e61b5400133efc9 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 9 Apr 2013 13:06:54 +0100 Subject: 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 Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) 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 + IMAGE_LINGUAS + + + Specifies the list of locales to install into the image + during the packaging process. + The OpenEmbedded build system automatically splits locale + files, which are used for localization, into separate + packages. + Setting the IMAGE_LINGUAS variable + ensures that any locale packages that correspond to packages + already selected for installation into the image are also + installed. + Here is an example: + + IMAGE_LINGUAS = "pt-br de-de" + + In this example, the build system ensures any Brazilian + Portuguese and German locale files that correspond to + packages in the image are installed (i.e. + *-locale-pt-br + and *-locale-de-de as well as + *-locale-pt + and *-locale-de, since some software + packages only provide locale files by language and not by + country-specific language). + + + + IMAGE_OVERHEAD_FACTOR -- cgit v1.2.3-54-g00ecf