diff options
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 d384b4916a..152f9f8494 100644 --- a/documentation/sdk-manual/appendix-obtain.rst +++ b/documentation/sdk-manual/appendix-obtain.rst | |||
@@ -15,7 +15,7 @@ and then run the script to hand-install the toolchain. | |||
15 | Follow these steps to locate and hand-install the toolchain: | 15 | Follow these steps to locate and hand-install the toolchain: |
16 | 16 | ||
17 | 1. *Go to the Installers Directory:* Go to | 17 | 1. *Go to the Installers Directory:* Go to |
18 | :yocto_dl:`/releases/yocto/yocto-&DISTRO;/toolchain/` | 18 | :yocto_dl:`/releases/yocto/&DISTRO_REL_LATEST_TAG;/toolchain/` |
19 | 19 | ||
20 | 2. *Open the Folder for Your Build Host:* Open the folder that matches | 20 | 2. *Open the Folder for Your Build Host:* Open the folder that matches |
21 | your :term:`Build Host` (i.e. | 21 | your :term:`Build Host` (i.e. |
@@ -191,7 +191,7 @@ Follow these steps to extract the root filesystem: | |||
191 | Image File:* You need to find and download the root filesystem image | 191 | Image File:* You need to find and download the root filesystem image |
192 | file that is appropriate for your target system. These files are kept | 192 | file that is appropriate for your target system. These files are kept |
193 | in machine-specific folders in the | 193 | in machine-specific folders in the |
194 | :yocto_dl:`Index of Releases </releases/yocto/yocto-&DISTRO;/machines/>` | 194 | :yocto_dl:`Index of Releases </releases/yocto/&DISTRO_REL_LATEST_TAG;/machines/>` |
195 | in the "machines" directory. | 195 | in the "machines" directory. |
196 | 196 | ||
197 | The machine-specific folders of the "machines" directory contain | 197 | The machine-specific folders of the "machines" directory contain |
@@ -235,7 +235,7 @@ Follow these steps to extract the root filesystem: | |||
235 | 235 | ||
236 | Here is an example command that extracts the root filesystem | 236 | Here is an example command that extracts the root filesystem |
237 | from a previously built root filesystem image that was downloaded | 237 | from a previously built root filesystem image that was downloaded |
238 | from the :yocto_dl:`Index of Releases </releases/yocto/yocto-&DISTRO;/machines/>`. | 238 | from the :yocto_dl:`Index of Releases </releases/yocto/&DISTRO_REL_LATEST_TAG;/machines/>`. |
239 | This command extracts the root filesystem into the ``core2-64-sato`` | 239 | This command extracts the root filesystem into the ``core2-64-sato`` |
240 | directory:: | 240 | directory:: |
241 | 241 | ||