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``.