From 2f9c3b01d1cb0e938a06de0e7e6a1a03830245f5 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 30 Jun 2026 10:13:13 +0200 Subject: [PATCH] ref-manual/variables.rst: document the LOCALE_PATHS variable Added by commit 0ffc7cf01225 ("lib/oe/package: add LOCALE_PATHS to add define all locations for locales") in OE-Core. (From yocto-docs rev: f8c795f6e9b94d0a747b6ccbd3fcc55c84b16919) Signed-off-by: Antonin Godard (cherry picked from commit b2267d27de5ac5ac163be4c740d725a181f3f2cf) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/ref-manual/variables.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 7f0efb8286..088071c452 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -5552,6 +5552,12 @@ system and gives an overview of their function and contents. $ uname -r 3.7.0-rc8-custom + :term:`LOCALE_PATHS` + The :term:`LOCALE_PATHS` variable holds a whitespace separated list of + paths that are scanned to construct ``-locale`` packages during + :ref:`overview-manual/concepts:Package Splitting`. The list + contains ``${datadir}/locale`` by default. + :term:`LOG_DIR` Specifies the directory to which the OpenEmbedded build system writes overall log files. The default directory is ``${TMPDIR}/log``.