summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2021-05-01 14:34:06 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-13 11:28:34 +0100
commit60c081d9f8371ce3549a22155789f52eb038a091 (patch)
tree08435a4e72e102699662e96232e6a120b183230f /documentation/sdk-manual
parentc553b55a48af077ce25480abcadac289c91051b5 (diff)
downloadpoky-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.rst13
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
18You can use a standard SDK to work on Makefile and Autotools-based 17You can use a standard SDK to work on Makefile and Autotools-based
19projects. See the 18projects. See the
@@ -49,7 +48,7 @@ the Index of Releases. Toolchains are available for several 32-bit and
4964-bit architectures with the ``x86_64`` directories, respectively. The 4864-bit architectures with the ``x86_64`` directories, respectively. The
50toolchains the Yocto Project provides are based off the 49toolchains 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
52libraries appropriate for developing against that image. 51libraries appropriate for developing against the corresponding image.
53 52
54The names of the tarball installer scripts are such that a string 53The names of the tarball installer scripts are such that a string
55representing the host system appears first in the filename and then is 54representing 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
91The SDK and toolchains are self-contained and by default are installed 90The SDK and toolchains are self-contained and by default are installed
92into the ``poky_sdk`` folder in your home directory. You can choose to 91into the ``poky_sdk`` folder in your home directory. You can choose to