summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2021-04-12 15:54:24 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-15 20:18:58 +0100
commit71b78ef384472c7714a582907acc166ed4b7e6b1 (patch)
tree8d321a1fe94c3c7a45cbacb45f2a52f6a47bda99 /documentation/ref-manual
parent06e98c4b80b6abc9429fc84b441dc769163cb911 (diff)
downloadpoky-71b78ef384472c7714a582907acc166ed4b7e6b1.tar.gz
ref-manual: and SDK_CUSTOM_TEMPLATECONF to glossary
(From yocto-docs rev: dc23e9cf8fa161388a52deae5e6c9da54c6573d5) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 188a3ebf57..0574b78a1e 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6489,6 +6489,11 @@ system and gives an overview of their function and contents.
6489 The target architecture for the SDK. Typically, you do not directly 6489 The target architecture for the SDK. Typically, you do not directly
6490 set this variable. Instead, use :term:`SDKMACHINE`. 6490 set this variable. Instead, use :term:`SDKMACHINE`.
6491 6491
6492 :term:`SDK_CUSTOM_TEMPLATECONF`
6493 When building the extensible SDK, if ``SDK_CUSTOM_TEMPLATECONF`` is set to
6494 "1" and a ``conf/templateconf.conf`` file exists in the build directory
6495 (:term:`TOPDIR`) then this will be copied into the SDK.
6496
6492 :term:`SDK_DEPLOY` 6497 :term:`SDK_DEPLOY`
6493 The directory set up and used by the 6498 The directory set up and used by the
6494 :ref:`populate_sdk_base <ref-classes-populate-sdk>` class to which 6499 :ref:`populate_sdk_base <ref-classes-populate-sdk>` class to which