diff options
| author | Quentin Schulz <foss@0leil.net> | 2021-01-16 12:16:03 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-20 00:53:53 +0000 |
| commit | e6a0be545d73b1052a259547afd2aa63d4b58546 (patch) | |
| tree | 065e669743e2e2eb2de44e5405fb20c0b44ce4e4 /documentation/sdk-manual/appendix-obtain.rst | |
| parent | 658499cacb252f55124a6ac0bf57ed0b145544d8 (diff) | |
| download | poky-e6a0be545d73b1052a259547afd2aa63d4b58546.tar.gz | |
docs: fix missing & and ; surrounding references from poky.yaml
poky.yaml references are only replaced in files if they are prefixed by
& and suffixed by ;.
Let's fix the missing surrounding characters.
(From yocto-docs rev: 7ee4ba7a27acd87d8c728639d1b053d2e26c6e58)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/appendix-obtain.rst')
| -rw-r--r-- | documentation/sdk-manual/appendix-obtain.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/sdk-manual/appendix-obtain.rst b/documentation/sdk-manual/appendix-obtain.rst index cdfe2cc85e..f158c244ab 100644 --- a/documentation/sdk-manual/appendix-obtain.rst +++ b/documentation/sdk-manual/appendix-obtain.rst | |||
| @@ -58,14 +58,14 @@ Follow these steps to locate and hand-install the toolchain: | |||
| 58 | folder and download the following installer: | 58 | folder and download the following installer: |
| 59 | :: | 59 | :: |
| 60 | 60 | ||
| 61 | poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-DISTRO.sh | 61 | poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh |
| 62 | 62 | ||
| 63 | 4. *Run the Installer:* Be sure you have execution privileges and run | 63 | 4. *Run the Installer:* Be sure you have execution privileges and run |
| 64 | the installer. Following is an example from the ``Downloads`` | 64 | the installer. Following is an example from the ``Downloads`` |
| 65 | directory: | 65 | directory: |
| 66 | :: | 66 | :: |
| 67 | 67 | ||
| 68 | $ ~/Downloads/poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-DISTRO.sh | 68 | $ ~/Downloads/poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh |
| 69 | 69 | ||
| 70 | During execution of the script, you choose the root location for the | 70 | During execution of the script, you choose the root location for the |
| 71 | toolchain. See the "`Installed Standard SDK Directory | 71 | toolchain. See the "`Installed Standard SDK Directory |
| @@ -174,7 +174,7 @@ build the SDK installer. Follow these steps: | |||
| 174 | :: | 174 | :: |
| 175 | 175 | ||
| 176 | $ cd ~/poky/build/tmp/deploy/sdk | 176 | $ cd ~/poky/build/tmp/deploy/sdk |
| 177 | $ ./poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-DISTRO.sh | 177 | $ ./poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh |
| 178 | 178 | ||
| 179 | During execution of the script, you choose the root location for the | 179 | During execution of the script, you choose the root location for the |
| 180 | toolchain. See the "`Installed Standard SDK Directory | 180 | toolchain. See the "`Installed Standard SDK Directory |
