summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/sdk-intro.rst')
-rw-r--r--documentation/sdk-manual/sdk-intro.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/sdk-manual/sdk-intro.rst b/documentation/sdk-manual/sdk-intro.rst
index 1a07a9e7a9..fcb15a8592 100644
--- a/documentation/sdk-manual/sdk-intro.rst
+++ b/documentation/sdk-manual/sdk-intro.rst
@@ -56,8 +56,8 @@ toolchain binaries are produced for any given architecture. This feature
56takes advantage of the fact that the target hardware can be passed to 56takes advantage of the fact that the target hardware can be passed to
57``gcc`` as a set of compiler options. Those options are set up by the 57``gcc`` as a set of compiler options. Those options are set up by the
58environment script and contained in variables such as 58environment script and contained in variables such as
59```CC`` <&YOCTO_DOCS_REF_URL;#var-CC>`__ and 59:term:`CC` and
60```LD`` <&YOCTO_DOCS_REF_URL;#var-LD>`__. This reduces the space needed 60:term:`LD`. This reduces the space needed
61for the tools. Understand, however, that every target still needs a 61for the tools. Understand, however, that every target still needs a
62sysroot because those binaries are target-specific. 62sysroot because those binaries are target-specific.
63 63
@@ -66,7 +66,7 @@ The SDK development environment consists of the following:
66- The self-contained SDK, which is an architecture-specific 66- The self-contained SDK, which is an architecture-specific
67 cross-toolchain and matching sysroots (target and native) all built 67 cross-toolchain and matching sysroots (target and native) all built
68 by the OpenEmbedded build system (e.g. the SDK). The toolchain and 68 by the OpenEmbedded build system (e.g. the SDK). The toolchain and
69 sysroots are based on a `Metadata <&YOCTO_DOCS_REF_URL;#metadata>`__ 69 sysroots are based on a :term:`Metadata`
70 configuration and extensions, which allows you to cross-develop on 70 configuration and extensions, which allows you to cross-develop on
71 the host machine for the target hardware. Additionally, the 71 the host machine for the target hardware. Additionally, the
72 extensible SDK contains the ``devtool`` functionality. 72 extensible SDK contains the ``devtool`` functionality.
@@ -107,9 +107,9 @@ when considering which to build:
107+-----------------------+-----------------------+-----------------------+ 107+-----------------------+-----------------------+-----------------------+
108 108
109\* Extensible SDK contains the toolchain and debugger if 109\* Extensible SDK contains the toolchain and debugger if
110```SDK_EXT_TYPE`` <&YOCTO_DOCS_REF_URL;#var-SDK_EXT_TYPE>`__ is "full" 110:term:`SDK_EXT_TYPE` is "full"
111or 111or
112```SDK_INCLUDE_TOOLCHAIN`` <&YOCTO_DOCS_REF_URL;#var-SDK_INCLUDE_TOOLCHAIN>`__ 112:term:`SDK_INCLUDE_TOOLCHAIN`
113is "1", which is the default. \*\* Sysroot is managed through the use of 113is "1", which is the default. \*\* Sysroot is managed through the use of
114``devtool``. Thus, it is less likely that you will corrupt your SDK 114``devtool``. Thus, it is less likely that you will corrupt your SDK
115sysroot when you try to add additional libraries. \**\* You can add 115sysroot when you try to add additional libraries. \**\* You can add