From 84ecefc9f22a1193e6cbbb3fce3e48b987499419 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 30 Jun 2026 10:13:15 +0200 Subject: [PATCH] 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 (cherry picked from commit 0d5a45cb46f89bd09ed9ac59e09cff77f2868b2d) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/ref-manual/variables.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 6352b86698..a7c931988b 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -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``.