summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index f164b7317a..a947caddf6 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7899,6 +7899,21 @@ system and gives an overview of their function and contents.
7899 toolchain. You can use ``meta-sourcery`` as a template for adding 7899 toolchain. You can use ``meta-sourcery`` as a template for adding
7900 support for other external toolchains. 7900 support for other external toolchains.
7901 7901
7902 :term:`TEMPLATECONF`
7903 Specifies the directory used by the build system to find templates
7904 from which to build the ``bblayers.conf`` and ``local.conf`` files.
7905 Use this variable if you wish to customize such files, and the default
7906 BitBake targets shown when sourcing the ``oe-init-build-env`` script.
7907
7908 For details, see the
7909 :ref:`dev-manual/common-tasks:creating a custom template configuration directory`
7910 section in the Yocto Project Development Tasks manual.
7911
7912 .. note::
7913
7914 You must set this variable in the external environment in order
7915 for it to work.
7916
7902 :term:`TEST_EXPORT_DIR` 7917 :term:`TEST_EXPORT_DIR`
7903 The location the OpenEmbedded build system uses to export tests when 7918 The location the OpenEmbedded build system uses to export tests when
7904 the :term:`TEST_EXPORT_ONLY` variable is set 7919 the :term:`TEST_EXPORT_ONLY` variable is set