summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/appendix-obtain.rst6
-rw-r--r--documentation/sdk-manual/extensible.rst4
-rw-r--r--documentation/sdk-manual/working-projects.rst4
3 files changed, 7 insertions, 7 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
634. *Run the Installer:* Be sure you have execution privileges and run 634. *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
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
index c94213d6ca..5962e9460a 100644
--- a/documentation/sdk-manual/extensible.rst
+++ b/documentation/sdk-manual/extensible.rst
@@ -82,10 +82,10 @@ is the general form:
82 82
83For example, the following SDK installer is for a 64-bit 83For example, the following SDK installer is for a 64-bit
84development host system and a i586-tuned target architecture based off 84development host system and a i586-tuned target architecture based off
85the SDK for ``core-image-sato`` and using the current DISTRO snapshot: 85the SDK for ``core-image-sato`` and using the current &DISTRO; snapshot:
86:: 86::
87 87
88 poky-glibc-x86_64-core-image-sato-i586-toolchain-ext-DISTRO.sh 88 poky-glibc-x86_64-core-image-sato-i586-toolchain-ext-&DISTRO;.sh
89 89
90.. note:: 90.. note::
91 91
diff --git a/documentation/sdk-manual/working-projects.rst b/documentation/sdk-manual/working-projects.rst
index 3e40936ff6..bddf00a7dc 100644
--- a/documentation/sdk-manual/working-projects.rst
+++ b/documentation/sdk-manual/working-projects.rst
@@ -292,11 +292,11 @@ example:
292 the string "environment-setup" and contains the machine architecture, 292 the string "environment-setup" and contains the machine architecture,
293 which is followed by the string "poky-linux". For this example, the 293 which is followed by the string "poky-linux". For this example, the
294 command sources a script from the default SDK installation directory 294 command sources a script from the default SDK installation directory
295 that uses the 32-bit Intel x86 Architecture and the DISTRO_NAME Yocto 295 that uses the 32-bit Intel x86 Architecture and the &DISTRO_NAME; Yocto
296 Project release: 296 Project release:
297 :: 297 ::
298 298
299 $ source /opt/poky/DISTRO/environment-setup-i586-poky-linux 299 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
300 300
3013. *Create the Makefile:* For this example, the Makefile contains 3013. *Create the Makefile:* For this example, the Makefile contains
302 two lines that can be used to set the ``CC`` variable. One line is 302 two lines that can be used to set the ``CC`` variable. One line is