diff options
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 | ||