diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/migration-guides/migration-3.4.rst | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/variables.rst | 9 |
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 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 | |||
| 182 | approach. This has led to confusing errors when binaries are added | 182 | approach. This has led to confusing errors when binaries are added |
| 183 | to the SDK but not relocated. | 183 | to the SDK but not relocated. |
| 184 | 184 | ||
| 185 | To avoid these issues, a new ``TOOLCHAIN_HOST_TASK_ESDK`` variable has | 185 | To avoid these issues, a new :term:`TOOLCHAIN_HOST_TASK_ESDK` variable has |
| 186 | been created. If you wish to extend what is installed in the host | 186 | been created. If you wish to extend what is installed in the host |
| 187 | portion of the eSDK then you will now need to set this variable. | 187 | portion 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 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 |
