diff options
| author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-07-27 17:38:09 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:33 +0100 |
| commit | 424567d629b08785a6594d16427ee0fa8c31f384 (patch) | |
| tree | 4985979745b1c5601f7a82c662042fb745bfd7db /documentation/sdk-manual/sdk-intro.rst | |
| parent | 4bf6fc5281d1976ad7113c91a93995406cfab429 (diff) | |
| download | poky-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.rst | 10 |
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: | |||
| 39 | Additionally, an extensible SDK has tools that allow you to easily add | 39 | Additionally, an extensible SDK has tools that allow you to easily add |
| 40 | new applications and libraries to an image, modify the source of an | 40 | new applications and libraries to an image, modify the source of an |
| 41 | existing component, test changes on the target hardware, and easily | 41 | existing component, test changes on the target hardware, and easily |
| 42 | integrate an application into the `OpenEmbedded build | 42 | integrate an application into the :term:`OpenEmbedded Build System`. |
| 43 | system <&YOCTO_DOCS_REF_URL;#build-system-term>`__. | ||
| 44 | 43 | ||
| 45 | You can use an SDK to independently develop and test code that is | 44 | You can use an SDK to independently develop and test code that is |
| 46 | destined to run on some target machine. SDKs are completely | 45 | destined 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 | |||
| 126 | develop user-space applications for targeted hardware. Additionally, for | 125 | develop user-space applications for targeted hardware. Additionally, for |
| 127 | an extensible SDK, the toolchain also has built-in ``devtool`` | 126 | an extensible SDK, the toolchain also has built-in ``devtool`` |
| 128 | functionality. This toolchain is created by running a SDK installer | 127 | functionality. This toolchain is created by running a SDK installer |
| 129 | script or through a `Build | 128 | script or through a :term:`Build Directory` that is based on |
| 130 | Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__ that is based on | ||
| 131 | your metadata configuration or extension for your targeted device. The | 129 | your metadata configuration or extension for your targeted device. The |
| 132 | cross-toolchain works with a matching target sysroot. | 130 | cross-toolchain works with a matching target sysroot. |
| 133 | 131 | ||
| @@ -149,8 +147,8 @@ The QEMU emulator allows you to simulate your hardware while running | |||
| 149 | your application or image. QEMU is not part of the SDK but is made | 147 | your application or image. QEMU is not part of the SDK but is made |
| 150 | available a number of different ways: | 148 | available 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 | ||
