diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 18:27:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | 8f39d1812b1df751da77593841d8381b1ab52c4a (patch) | |
tree | 16e7680ea5118ec0f1e82f34be0429d37eab8f15 /documentation | |
parent | 97495b4c89463ce5ce52956fa88b2fbf08d35ab0 (diff) | |
download | poky-8f39d1812b1df751da77593841d8381b1ab52c4a.tar.gz |
overview-manual: concepts.rst: add reference to "do_populate_sdk_ext" task
(From yocto-docs rev: 763eb0b85052f2013b481017d432fc95ae5869a5)
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/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 |