diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2021-05-01 14:34:06 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-13 11:28:34 +0100 |
commit | 60c081d9f8371ce3549a22155789f52eb038a091 (patch) | |
tree | 08435a4e72e102699662e96232e6a120b183230f /documentation/sdk-manual | |
parent | c553b55a48af077ce25480abcadac289c91051b5 (diff) | |
download | poky-60c081d9f8371ce3549a22155789f52eb038a091.tar.gz |
sdk-manual: couple minor fixes in using.rst
One grammar fix, and adding two proper links to other sections.
(From yocto-docs rev: 969d4737da992e1fbca14cfbeb35bd5401698cba)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-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 |