diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 1215e0ee94..423f645740 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1106,7 +1106,7 @@ 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 |
1107 | :term:`SDKMACHINE`. | 1107 | :term:`SDKMACHINE`. |
1108 | 1108 | ||
1109 | The ``do_populate_sdk_ext`` task helps create the extensible SDK and | 1109 | The :ref:`ref-tasks-populate_sdk_ext` task helps create the extensible SDK and |
1110 | handles host and target parts differently than its counter part does for | 1110 | handles host and target parts differently than its counter part does for |
1111 | the standard SDK. For the extensible SDK, the task encapsulates the | 1111 | the standard SDK. For the extensible SDK, the task encapsulates the |
1112 | build system, which includes everything needed (host and target) for the | 1112 | build system, which includes everything needed (host and target) for the |