diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/migration-guides/release-notes-3.4.rst | 2 | ||||
-rw-r--r-- | documentation/overview-manual/concepts.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/release-notes-3.4.rst b/documentation/migration-guides/release-notes-3.4.rst index 4319bf119d..de1d209682 100644 --- a/documentation/migration-guides/release-notes-3.4.rst +++ b/documentation/migration-guides/release-notes-3.4.rst | |||
@@ -67,7 +67,7 @@ New Features / Enhancements in 3.4 | |||
67 | 67 | ||
68 | - SDK-related enhancements: | 68 | - SDK-related enhancements: |
69 | 69 | ||
70 | - Enable do_populate_sdk with multilibs | 70 | - Enable :ref:`ref-tasks-populate_sdk` with multilibs |
71 | - New ``SDKPATHINSTALL`` variable decouples default install path from built in path to avoid rebuilding nativesdk components on e.g. :term:`DISTRO_VERSION` changes | 71 | - New ``SDKPATHINSTALL`` variable decouples default install path from built in path to avoid rebuilding nativesdk components on e.g. :term:`DISTRO_VERSION` changes |
72 | - eSDK: Error if trying to generate an eSDK from a multiconfig | 72 | - eSDK: Error if trying to generate an eSDK from a multiconfig |
73 | - eSDK: introduce :term:`TOOLCHAIN_HOST_TASK_ESDK` to be used in place of :term:`TOOLCHAIN_HOST_TASK` to add components to the host part of the eSDK | 73 | - eSDK: introduce :term:`TOOLCHAIN_HOST_TASK_ESDK` to be used in place of :term:`TOOLCHAIN_HOST_TASK` to add components to the host part of the eSDK |
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index a477139996..1215e0ee94 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1085,7 +1085,7 @@ the extensible SDK (eSDK): | |||
1085 | For more information on the cross-development toolchain generation, | 1085 | For more information on the cross-development toolchain generation, |
1086 | see the ":ref:`overview-manual/concepts:cross-development toolchain generation`" | 1086 | see the ":ref:`overview-manual/concepts:cross-development toolchain generation`" |
1087 | section. For information on advantages gained when building a | 1087 | section. For information on advantages gained when building a |
1088 | cross-development toolchain using the do_populate_sdk task, see the | 1088 | cross-development toolchain using the :ref:`ref-tasks-populate_sdk` task, see the |
1089 | ":ref:`sdk-manual/appendix-obtain:building an sdk installer`" section in | 1089 | ":ref:`sdk-manual/appendix-obtain:building an sdk installer`" section in |
1090 | the Yocto Project Application Development and the Extensible Software | 1090 | the Yocto Project Application Development and the Extensible Software |
1091 | Development Kit (eSDK) manual. | 1091 | Development Kit (eSDK) manual. |
@@ -1100,7 +1100,7 @@ actually install. For information on the variables listed in the figure, | |||
1100 | see the ":ref:`overview-manual/concepts:application development sdk`" | 1100 | see the ":ref:`overview-manual/concepts:application development sdk`" |
1101 | section. | 1101 | section. |
1102 | 1102 | ||
1103 | The ``do_populate_sdk`` task helps create the standard SDK and handles | 1103 | The :ref:`ref-tasks-populate_sdk` task helps create the standard SDK and handles |
1104 | two parts: a target part and a host part. The target part is the part | 1104 | two parts: a target part and a host part. The target part is the part |
1105 | built for the target hardware and includes libraries and headers. The | 1105 | built for the target hardware and includes libraries and headers. The |
1106 | host part is the part of the SDK that runs on the | 1106 | host part is the part of the SDK that runs on the |