summaryrefslogtreecommitdiffstats
path: root/documentation
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:20:46 +0100
commit42322ad2ce73af56fe3e97786452ac50c33395f9 (patch)
tree2f54cad9862684120be20411538aa215c890f70a /documentation
parent34d69cc1b3ff1c69a3af8d33c579569d39268d31 (diff)
downloadpoky-42322ad2ce73af56fe3e97786452ac50c33395f9.tar.gz
ref-manual: document TOOLCHAIN_HOST_TASK_ESDK
(From yocto-docs rev: d75c5450ecf56c8ac799a633ee9ac459e88f91fc) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/migration-guides/migration-3.4.rst2
-rw-r--r--documentation/ref-manual/variables.rst9
2 files changed, 10 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst
index 592dbc57c4..8382c9375b 100644
--- a/documentation/migration-guides/migration-3.4.rst
+++ b/documentation/migration-guides/migration-3.4.rst
@@ -182,7 +182,7 @@ in this variable it uses native recipes instead - a very different
182approach. This has led to confusing errors when binaries are added 182approach. This has led to confusing errors when binaries are added
183to the SDK but not relocated. 183to the SDK but not relocated.
184 184
185To avoid these issues, a new ``TOOLCHAIN_HOST_TASK_ESDK`` variable has 185To avoid these issues, a new :term:`TOOLCHAIN_HOST_TASK_ESDK` variable has
186been created. If you wish to extend what is installed in the host 186been created. If you wish to extend what is installed in the host
187portion of the eSDK then you will now need to set this variable. 187portion of the eSDK then you will now need to set this variable.
188 188
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 241d5aa2d5..fd796fddf7 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8188,6 +8188,15 @@ system and gives an overview of their function and contents.
8188 information on setting up a cross-development environment, see the 8188 information on setting up a cross-development environment, see the
8189 :doc:`/sdk-manual/index` manual. 8189 :doc:`/sdk-manual/index` manual.
8190 8190
8191 Note that this variable applies to building an SDK, not an eSDK,
8192 in which case the term:`TOOLCHAIN_HOST_TASK_ESDK` setting should be
8193 used instead.
8194
8195 :term:`TOOLCHAIN_HOST_TASK_ESDK`
8196 This variable allows to extend what is installed in the host
8197 portion of an eSDK. This is similar to :term:`TOOLCHAIN_HOST_TASK`
8198 applying to SDKs.
8199
8191 :term:`TOOLCHAIN_OUTPUTNAME` 8200 :term:`TOOLCHAIN_OUTPUTNAME`
8192 This variable defines the name used for the toolchain output. The 8201 This variable defines the name used for the toolchain output. The
8193 :ref:`populate_sdk_base <ref-classes-populate-sdk-*>` class sets 8202 :ref:`populate_sdk_base <ref-classes-populate-sdk-*>` class sets