summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-10-13 21:17:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-14 23:45:40 +0100
commitb02f3bfe2fee291a9db85094e5f31b1933acf871 (patch)
tree7be37866d537e3bfd5f3f5fb877f38ecf01c29c8 /meta-poky
parent600b5f120219f28aeb8c4947a6b1ed22652a5e2e (diff)
downloadpoky-b02f3bfe2fee291a9db85094e5f31b1933acf871.tar.gz
local.conf.sample.extended: add another warning to comment about GLIBC_GENERATE_LOCALES
(From meta-yocto rev: e8b5b952e4268ff1b87bacdd1c7db6a8d92fb321) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample.extended5
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