diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-08 10:25:59 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 10:41:21 +0000 |
| commit | 01e5d22507e57c66452f14610ee8eb3d66ac9d71 (patch) | |
| tree | 7241fa93a3a0d11db32d042e5d70a750132ab0a1 /documentation/sdk-manual/using.rst | |
| parent | 8b812b29c4b13ba028c0d66f73a6599a988486d5 (diff) | |
| download | poky-01e5d22507e57c66452f14610ee8eb3d66ac9d71.tar.gz | |
manuals: fix double colons
Fixing double colons appearing alone on a line, while
they could be put at the end of the previous line.
Sometimes placing a note after the quoted text
to avoid such a situation. It's more natural too
not to have a note between the introduction text
and the quoted section.
(From yocto-docs rev: fb054622f5119444eb947fe580253f37e0d872c6)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/using.rst')
| -rw-r--r-- | documentation/sdk-manual/using.rst | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/documentation/sdk-manual/using.rst b/documentation/sdk-manual/using.rst index 301627812c..f1ff0c76ca 100644 --- a/documentation/sdk-manual/using.rst +++ b/documentation/sdk-manual/using.rst | |||
| @@ -52,8 +52,7 @@ libraries appropriate for developing against the corresponding image. | |||
| 52 | 52 | ||
| 53 | 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 |
| 54 | 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 |
| 55 | immediately followed by a string representing the target architecture. | 55 | immediately followed by a string representing the target architecture:: |
| 56 | :: | ||
| 57 | 56 | ||
| 58 | poky-glibc-host_system-image_type-arch-toolchain-release_version.sh | 57 | poky-glibc-host_system-image_type-arch-toolchain-release_version.sh |
| 59 | 58 | ||
| @@ -97,16 +96,7 @@ must be writable for whichever users need to use the SDK. | |||
| 97 | The following command shows how to run the installer given a toolchain | 96 | The following command shows how to run the installer given a toolchain |
| 98 | tarball for a 64-bit x86 development host system and a 64-bit x86 target | 97 | tarball for a 64-bit x86 development host system and a 64-bit x86 target |
| 99 | architecture. The example assumes the SDK installer is located in | 98 | architecture. The example assumes the SDK installer is located in |
| 100 | ``~/Downloads/`` and has execution rights. | 99 | ``~/Downloads/`` and has execution rights:: |
| 101 | |||
| 102 | .. note:: | ||
| 103 | |||
| 104 | If you do not have write permissions for the directory into which you | ||
| 105 | are installing the SDK, the installer notifies you and exits. For | ||
| 106 | that case, set up the proper permissions in the directory and run the | ||
| 107 | installer again. | ||
| 108 | |||
| 109 | :: | ||
| 110 | 100 | ||
| 111 | $ ./Downloads/poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh | 101 | $ ./Downloads/poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh |
| 112 | Poky (Yocto Project Reference Distro) SDK installer version &DISTRO; | 102 | Poky (Yocto Project Reference Distro) SDK installer version &DISTRO; |
| @@ -119,6 +109,13 @@ architecture. The example assumes the SDK installer is located in | |||
| 119 | Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. | 109 | Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. |
| 120 | $ . /opt/poky/&DISTRO;/environment-setup-i586-poky-linux | 110 | $ . /opt/poky/&DISTRO;/environment-setup-i586-poky-linux |
| 121 | 111 | ||
| 112 | .. note:: | ||
| 113 | |||
| 114 | If you do not have write permissions for the directory into which you | ||
| 115 | are installing the SDK, the installer notifies you and exits. For | ||
| 116 | that case, set up the proper permissions in the directory and run the | ||
| 117 | installer again. | ||
| 118 | |||
| 122 | Again, reference the | 119 | Again, reference the |
| 123 | ":ref:`sdk-manual/appendix-obtain:installed standard sdk directory structure`" | 120 | ":ref:`sdk-manual/appendix-obtain:installed standard sdk directory structure`" |
| 124 | section for more details on the resulting directory structure of the installed | 121 | section for more details on the resulting directory structure of the installed |
