summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-10-27 15:24:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-28 15:48:03 +0100
commit50458d923826ae96deaf799fa7ee1e0584cb57ff (patch)
tree0aec01dd1bdf4cb07b5a130e1b0d92fcc5f73ea8 /documentation/overview-manual/concepts.rst
parent6f4ccc4dad8bee587d19b1cdc8732ad4b3ae63c4 (diff)
downloadpoky-50458d923826ae96deaf799fa7ee1e0584cb57ff.tar.gz
manuals: add missing references to SDKMACHINE and SDK_ARCH
Doing this, fix the odd identation of the corresponding paragraphs (From yocto-docs rev: e319b3bf4eb6420949372e699d60c7383945e513) 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.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 75eb872b32..931bec79e8 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1482,12 +1482,11 @@ relocatable SDK used to develop applications. When you run the
1482installer, it installs the toolchain, which contains the development 1482installer, it installs the toolchain, which contains the development
1483tools (e.g., ``gcc-cross-canadian``, ``binutils-cross-canadian``, and 1483tools (e.g., ``gcc-cross-canadian``, ``binutils-cross-canadian``, and
1484other ``nativesdk-*`` tools), which are tools native to the SDK (i.e. 1484other ``nativesdk-*`` tools), which are tools native to the SDK (i.e.
1485native to :term:`SDK_ARCH`), you 1485native to :term:`SDK_ARCH`), you need to cross-compile and test your
1486need to cross-compile and test your software. The figure shows the 1486software. The figure shows the commands you use to easily build out
1487commands you use to easily build out this toolchain. This 1487this toolchain. This cross-development toolchain is built to execute on the
1488cross-development toolchain is built to execute on the 1488:term:`SDKMACHINE`, which might or might not be the same machine as
1489:term:`SDKMACHINE`, which might or 1489the Build Host.
1490might not be the same machine as the Build Host.
1491 1490
1492.. note:: 1491.. note::
1493 1492