summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-10-19 18:36:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-20 20:22:20 +0100
commit5550d83ff7a9a2ad213bad7ba06c3b77835e815d (patch)
tree9757462a0fb4ef3d3d2e357e2400831383ad5e80 /documentation/ref-manual
parentb2170a460b85867c195e885ba6d242a8f00e5c56 (diff)
downloadpoky-5550d83ff7a9a2ad213bad7ba06c3b77835e815d.tar.gz
ref-manual: document TOOLCHAIN_HOST_TASK_ESDK
(From yocto-docs rev: 2adac164a2d4cf23c0372c1154709f2866d483fa) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 85f65cae35..cc55f33d98 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8158,6 +8158,15 @@ system and gives an overview of their function and contents.
8158 information on setting up a cross-development environment, see the 8158 information on setting up a cross-development environment, see the
8159 :doc:`/sdk-manual/index` manual. 8159 :doc:`/sdk-manual/index` manual.
8160 8160
8161 Note that this variable applies to building an SDK, not an eSDK,
8162 in which case the term:`TOOLCHAIN_HOST_TASK_ESDK` setting should be
8163 used instead.
8164
8165 :term:`TOOLCHAIN_HOST_TASK_ESDK`
8166 This variable allows to extend what is installed in the host
8167 portion of an eSDK. This is similar to :term:`TOOLCHAIN_HOST_TASK`
8168 applying to SDKs.
8169
8161 :term:`TOOLCHAIN_OUTPUTNAME` 8170 :term:`TOOLCHAIN_OUTPUTNAME`
8162 This variable defines the name used for the toolchain output. The 8171 This variable defines the name used for the toolchain output. The
8163 :ref:`populate_sdk_base <ref-classes-populate-sdk-*>` class sets 8172 :ref:`populate_sdk_base <ref-classes-populate-sdk-*>` class sets