summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
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/migration-guides
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/migration-guides')
-rw-r--r--documentation/migration-guides/migration-3.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst
index 9ef1982026..797bfde41e 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