summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 18:25:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:26 +0100
commit97495b4c89463ce5ce52956fa88b2fbf08d35ab0 (patch)
treea8e2154547268f0dc6ead5d3b90e302ce5c4bdb5 /documentation/overview-manual/concepts.rst
parent21023331572d84fc2dae983a4925f6ac9f6a8541 (diff)
downloadpoky-97495b4c89463ce5ce52956fa88b2fbf08d35ab0.tar.gz
manuals: add reference to the "do_populate_sdk" task
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: 6d262b676ed1e8b6b404050dad20e85e7ceb28c2) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst4
1 files changed, 2 insertions, 2 deletions
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,
1100see the ":ref:`overview-manual/concepts:application development sdk`" 1100see the ":ref:`overview-manual/concepts:application development sdk`"
1101section. 1101section.
1102 1102
1103The ``do_populate_sdk`` task helps create the standard SDK and handles 1103The :ref:`ref-tasks-populate_sdk` task helps create the standard SDK and handles
1104two parts: a target part and a host part. The target part is the part 1104two parts: a target part and a host part. The target part is the part
1105built for the target hardware and includes libraries and headers. The 1105built for the target hardware and includes libraries and headers. The
1106host part is the part of the SDK that runs on the 1106host part is the part of the SDK that runs on the