summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-intro.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-27 17:38:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:33 +0100
commit424567d629b08785a6594d16427ee0fa8c31f384 (patch)
tree4985979745b1c5601f7a82c662042fb745bfd7db /documentation/sdk-manual/sdk-intro.rst
parent4bf6fc5281d1976ad7113c91a93995406cfab429 (diff)
downloadpoky-424567d629b08785a6594d16427ee0fa8c31f384.tar.gz
sphinx: manual updates for some links
Some links were not found by the regexp, especially because of they are spanning across multiple lines. This patch is a manual fixup for these patterns. (From yocto-docs rev: 7a5cf8b372903d959d4a1f0882e6198f31f3cba5) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/sdk-intro.rst')
-rw-r--r--documentation/sdk-manual/sdk-intro.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/documentation/sdk-manual/sdk-intro.rst b/documentation/sdk-manual/sdk-intro.rst
index fcb15a8592..88238d7dd4 100644
--- a/documentation/sdk-manual/sdk-intro.rst
+++ b/documentation/sdk-manual/sdk-intro.rst
@@ -39,8 +39,7 @@ All SDKs consist of the following:
39Additionally, an extensible SDK has tools that allow you to easily add 39Additionally, an extensible SDK has tools that allow you to easily add
40new applications and libraries to an image, modify the source of an 40new applications and libraries to an image, modify the source of an
41existing component, test changes on the target hardware, and easily 41existing component, test changes on the target hardware, and easily
42integrate an application into the `OpenEmbedded build 42integrate an application into the :term:`OpenEmbedded Build System`.
43system <&YOCTO_DOCS_REF_URL;#build-system-term>`__.
44 43
45You can use an SDK to independently develop and test code that is 44You can use an SDK to independently develop and test code that is
46destined to run on some target machine. SDKs are completely 45destined to run on some target machine. SDKs are completely
@@ -126,8 +125,7 @@ of a cross-compiler, cross-linker, and cross-debugger that are used to
126develop user-space applications for targeted hardware. Additionally, for 125develop user-space applications for targeted hardware. Additionally, for
127an extensible SDK, the toolchain also has built-in ``devtool`` 126an extensible SDK, the toolchain also has built-in ``devtool``
128functionality. This toolchain is created by running a SDK installer 127functionality. This toolchain is created by running a SDK installer
129script or through a `Build 128script or through a :term:`Build Directory` that is based on
130Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__ that is based on
131your metadata configuration or extension for your targeted device. The 129your metadata configuration or extension for your targeted device. The
132cross-toolchain works with a matching target sysroot. 130cross-toolchain works with a matching target sysroot.
133 131
@@ -149,8 +147,8 @@ The QEMU emulator allows you to simulate your hardware while running
149your application or image. QEMU is not part of the SDK but is made 147your application or image. QEMU is not part of the SDK but is made
150available a number of different ways: 148available a number of different ways:
151 149
152- If you have cloned the ``poky`` Git repository to create a `Source 150- If you have cloned the ``poky`` Git repository to create a
153 Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__ and you have 151 :term:`Source Directory` and you have
154 sourced the environment setup script, QEMU is installed and 152 sourced the environment setup script, QEMU is installed and
155 automatically available. 153 automatically available.
156 154