diff options
Diffstat (limited to 'meta-poky/conf/local.conf.sample.extended')
-rw-r--r-- | meta-poky/conf/local.conf.sample.extended | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended index dbb734f186..3ba99f4896 100644 --- a/meta-poky/conf/local.conf.sample.extended +++ b/meta-poky/conf/local.conf.sample.extended | |||
@@ -59,6 +59,11 @@ | |||
59 | # NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set | 59 | # NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set |
60 | # appropriate value for IMAGE_LINGUAS. | 60 | # appropriate value for IMAGE_LINGUAS. |
61 | # WARNING: this may break localisation! | 61 | # WARNING: this may break localisation! |
62 | # WARNING: some recipes expect certain localizations to be enabled, e.g. | ||
63 | # bash-ptest: fr-fr, de-de | ||
64 | # glib-2.0-ptest: tr-tr, lt-lt, ja-jp.euc-jp, fa-ir, ru-ru, de-de, hr-hr, el-gr, fr-fr, es-es, en-gb | ||
65 | # if you remove some of these and enable ptest, you'll get QA warning like: | ||
66 | # ERROR: glib-2.0-1_2.58.0-r0 do_package_qa: QA Issue: glib-2.0-ptest rdepends on locale-base-de-de, but it isn't a build dependency? [build-deps] | ||
62 | #GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8" | 67 | #GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8" |
63 | #IMAGE_LINGUAS ?= "en-gb" | 68 | #IMAGE_LINGUAS ?= "en-gb" |
64 | 69 | ||