summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-using.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/sdk-using.rst')
-rw-r--r--documentation/sdk-manual/sdk-using.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/sdk-manual/sdk-using.rst b/documentation/sdk-manual/sdk-using.rst
index 3a1cae773f..29fb50465f 100644
--- a/documentation/sdk-manual/sdk-using.rst
+++ b/documentation/sdk-manual/sdk-using.rst
@@ -43,7 +43,7 @@ Host` by running the ``*.sh`` installation script.
43 43
44You can download a tarball installer, which includes the pre-built 44You can download a tarball installer, which includes the pre-built
45toolchain, the ``runqemu`` script, and support files from the 45toolchain, the ``runqemu`` script, and support files from the
46appropriate :yocto_dl:`toolchain </releases/yocto/yocto-3.1.2/toolchain/>` directory within 46appropriate :yocto_dl:`toolchain </releases/yocto/yocto-&DISTRO;/toolchain/>` directory within
47the Index of Releases. Toolchains are available for several 32-bit and 47the Index of Releases. Toolchains are available for several 32-bit and
4864-bit architectures with the ``x86_64`` directories, respectively. The 4864-bit architectures with the ``x86_64`` directories, respectively. The
49toolchains the Yocto Project provides are based off the 49toolchains the Yocto Project provides are based off the
@@ -72,7 +72,7 @@ immediately followed by a string representing the target architecture.
72 72
73 release_version is a string representing the release number of the Yocto Project: 73 release_version is a string representing the release number of the Yocto Project:
74 74
75 3.1.2, 3.1.2+snapshot 75 &DISTRO;, &DISTRO;+snapshot
76 76
77For example, the following SDK installer is for a 64-bit 77For example, the following SDK installer is for a 64-bit
78development host system and a i586-tuned target architecture based off 78development host system and a i586-tuned target architecture based off
@@ -109,16 +109,16 @@ architecture. The example assumes the SDK installer is located in
109 109
110:: 110::
111 111
112 $ ./Downloads/poky-glibc-x86_64-core-image-sato-i586-toolchain-3.1.2.sh 112 $ ./Downloads/poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
113 Poky (Yocto Project Reference Distro) SDK installer version 3.1.2 113 Poky (Yocto Project Reference Distro) SDK installer version &DISTRO;
114 =============================================================== 114 ===============================================================
115 Enter target directory for SDK (default: /opt/poky/3.1.2): 115 Enter target directory for SDK (default: /opt/poky/&DISTRO;):
116 You are about to install the SDK to "/opt/poky/3.1.2". Proceed [Y/n]? Y 116 You are about to install the SDK to "/opt/poky/&DISTRO;". Proceed [Y/n]? Y
117 Extracting SDK........................................ ..............................done 117 Extracting SDK........................................ ..............................done
118 Setting it up...done 118 Setting it up...done
119 SDK has been successfully set up and is ready to be used. 119 SDK has been successfully set up and is ready to be used.
120 Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. 120 Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g.
121 $ . /opt/poky/3.1.2/environment-setup-i586-poky-linux 121 $ . /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
122 122
123Again, reference the "`Installed Standard SDK Directory 123Again, reference the "`Installed Standard SDK Directory
124Structure <#sdk-installed-standard-sdk-directory-structure>`__" section 124Structure <#sdk-installed-standard-sdk-directory-structure>`__" section
@@ -131,7 +131,7 @@ Running the SDK Environment Setup Script
131Once you have the SDK installed, you must run the SDK environment setup 131Once you have the SDK installed, you must run the SDK environment setup
132script before you can actually use the SDK. This setup script resides in 132script before you can actually use the SDK. This setup script resides in
133the directory you chose when you installed the SDK, which is either the 133the directory you chose when you installed the SDK, which is either the
134default ``/opt/poky/3.1.2`` directory or the directory you chose during 134default ``/opt/poky/&DISTRO;`` directory or the directory you chose during
135installation. 135installation.
136 136
137Before running the script, be sure it is the one that matches the 137Before running the script, be sure it is the one that matches the
@@ -143,7 +143,7 @@ then source the environment setup script. In this example, the setup
143script is for an IA-based target machine using i586 tuning: 143script is for an IA-based target machine using i586 tuning:
144:: 144::
145 145
146 $ source /opt/poky/3.1.2/environment-setup-i586-poky-linux 146 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
147 147
148When you run the 148When you run the
149setup script, the same environment variables are defined as are when you 149setup script, the same environment variables are defined as are when you