summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-appendix-obtain.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/sdk-appendix-obtain.rst')
-rw-r--r--documentation/sdk-manual/sdk-appendix-obtain.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-obtain.rst b/documentation/sdk-manual/sdk-appendix-obtain.rst
index eef425bdf0..1a2e4c387b 100644
--- a/documentation/sdk-manual/sdk-appendix-obtain.rst
+++ b/documentation/sdk-manual/sdk-appendix-obtain.rst
@@ -15,7 +15,7 @@ and then run the script to hand-install the toolchain.
15Follow these steps to locate and hand-install the toolchain: 15Follow these steps to locate and hand-install the toolchain:
16 16
171. *Go to the Installers Directory:* Go to 171. *Go to the Installers Directory:* Go to
18 :yocto_dl:`/releases/yocto/yocto-3.1.2/toolchain/` 18 :yocto_dl:`/releases/yocto/yocto-&DISTRO;/toolchain/`
19 19
202. *Open the Folder for Your Build Host:* Open the folder that matches 202. *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.
@@ -202,7 +202,7 @@ Follow these steps to extract the root filesystem:
202 Image File:* You need to find and download the root filesystem image 202 Image File:* You need to find and download the root filesystem image
203 file that is appropriate for your target system. These files are kept 203 file that is appropriate for your target system. These files are kept
204 in machine-specific folders in the 204 in machine-specific folders in the
205 :yocto_dl:`Index of Releases </releases/yocto/yocto-3.1.2/machines/>` 205 :yocto_dl:`Index of Releases </releases/yocto/yocto-&DISTRO;/machines/>`
206 in the "machines" directory. 206 in the "machines" directory.
207 207
208 The machine-specific folders of the "machines" directory contain 208 The machine-specific folders of the "machines" directory contain
@@ -256,7 +256,7 @@ Follow these steps to extract the root filesystem:
256 256
257 Following is an example command that extracts the root filesystem 257 Following is an example command that extracts the root filesystem
258 from a previously built root filesystem image that was downloaded 258 from a previously built root filesystem image that was downloaded
259 from the :yocto_dl:`Index of Releases </releases/yocto/yocto-3.1.2/machines/>`. 259 from the :yocto_dl:`Index of Releases </releases/yocto/yocto-&DISTRO;/machines/>`.
260 This command extracts the root filesystem into the ``core2-64-sato`` 260 This command extracts the root filesystem into the ``core2-64-sato``
261 directory: 261 directory:
262 :: 262 ::
@@ -285,7 +285,7 @@ Within the figure, italicized text is used to indicate replaceable
285portions of the file or directory name. For example, install_dir/version 285portions of the file or directory name. For example, install_dir/version
286is the directory where the SDK is installed. By default, this directory 286is the directory where the SDK is installed. By default, this directory
287is ``/opt/poky/``. And, version represents the specific snapshot of the 287is ``/opt/poky/``. And, version represents the specific snapshot of the
288SDK (e.g. 3.1.2). Furthermore, target represents the target architecture 288SDK (e.g. &DISTRO;). Furthermore, target represents the target architecture
289(e.g. ``i586``) and host represents the development system's 289(e.g. ``i586``) and host represents the development system's
290architecture (e.g. ``x86_64``). Thus, the complete names of the two 290architecture (e.g. ``x86_64``). Thus, the complete names of the two
291directories within the ``sysroots`` could be ``i586-poky-linux`` and 291directories within the ``sysroots`` could be ``i586-poky-linux`` and