mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00:00
ref-manual/variables.rst: document the LOCALE_UTF8_IS_DEFAULT variable
Added by commit fcde0c43f7b5 ("libc-package.bbclass: add
LOCALE_UTF8_IS_DEFAULT") in OE-Core.
(From yocto-docs rev: dcf4ecb7f0dfab1b33d4ce557d04f53dff94a8ed)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 0d5a45cb46f89bd09ed9ac59e09cff77f2868b2d)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
committed by
Paul Barker
parent
6b7474f7ca
commit
84ecefc9f2
@@ -5573,6 +5573,13 @@ system and gives an overview of their function and contents.
|
||||
:ref:`overview-manual/concepts:Package Splitting`. The list
|
||||
contains ``${datadir}/locale`` by default.
|
||||
|
||||
:term:`LOCALE_UTF8_IS_DEFAULT`
|
||||
If set, locale names are renamed such that those lacking an explicit
|
||||
encoding (e.g. ``en_US``) will always be UTF-8, and non-UTF-8 encodings
|
||||
are renamed to, e.g., ``en_US.ISO-8859-1``. Otherwise, the encoding is
|
||||
specified by `Glibc`'s ``SUPPORTED`` file. This is not supported for
|
||||
pre-compiled locales.
|
||||
|
||||
:term:`LOG_DIR`
|
||||
Specifies the directory to which the OpenEmbedded build system writes
|
||||
overall log files. The default directory is ``${TMPDIR}/log``.
|
||||
|
||||
Reference in New Issue
Block a user