diff options
Diffstat (limited to 'documentation/sdk-manual/using.rst')
-rw-r--r-- | documentation/sdk-manual/using.rst | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/sdk-manual/using.rst b/documentation/sdk-manual/using.rst index fa0e8d4098..301627812c 100644 --- a/documentation/sdk-manual/using.rst +++ b/documentation/sdk-manual/using.rst | |||
@@ -11,9 +11,8 @@ standard SDK. | |||
11 | .. note:: | 11 | .. note:: |
12 | 12 | ||
13 | For a side-by-side comparison of main features supported for a | 13 | For a side-by-side comparison of main features supported for a |
14 | standard SDK as compared to an extensible SDK, see the " | 14 | standard SDK as compared to an extensible SDK, see the |
15 | Introduction | 15 | ":ref:`sdk-manual/intro:introduction`" section. |
16 | " section. | ||
17 | 16 | ||
18 | You can use a standard SDK to work on Makefile and Autotools-based | 17 | You can use a standard SDK to work on Makefile and Autotools-based |
19 | projects. See the | 18 | projects. See the |
@@ -49,7 +48,7 @@ the Index of Releases. Toolchains are available for several 32-bit and | |||
49 | 64-bit architectures with the ``x86_64`` directories, respectively. The | 48 | 64-bit architectures with the ``x86_64`` directories, respectively. The |
50 | toolchains the Yocto Project provides are based off the | 49 | toolchains the Yocto Project provides are based off the |
51 | ``core-image-sato`` and ``core-image-minimal`` images and contain | 50 | ``core-image-sato`` and ``core-image-minimal`` images and contain |
52 | libraries appropriate for developing against that image. | 51 | libraries appropriate for developing against the corresponding image. |
53 | 52 | ||
54 | The names of the tarball installer scripts are such that a string | 53 | The names of the tarball installer scripts are such that a string |
55 | representing the host system appears first in the filename and then is | 54 | representing the host system appears first in the filename and then is |
@@ -84,9 +83,9 @@ the SDK for ``core-image-sato`` and using the current DISTRO snapshot:: | |||
84 | .. note:: | 83 | .. note:: |
85 | 84 | ||
86 | As an alternative to downloading an SDK, you can build the SDK | 85 | As an alternative to downloading an SDK, you can build the SDK |
87 | installer. For information on building the installer, see the " | 86 | installer. For information on building the installer, see the |
88 | Building an SDK Installer | 87 | ":ref:`sdk-manual/appendix-obtain:building an sdk installer`" |
89 | " section. | 88 | section. |
90 | 89 | ||
91 | The SDK and toolchains are self-contained and by default are installed | 90 | The SDK and toolchains are self-contained and by default are installed |
92 | into the ``poky_sdk`` folder in your home directory. You can choose to | 91 | into the ``poky_sdk`` folder in your home directory. You can choose to |