diff options
Diffstat (limited to 'documentation/sdk-manual/sdk-using.rst')
| -rw-r--r-- | documentation/sdk-manual/sdk-using.rst | 18 |
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 | ||
| 44 | You can download a tarball installer, which includes the pre-built | 44 | You can download a tarball installer, which includes the pre-built |
| 45 | toolchain, the ``runqemu`` script, and support files from the | 45 | toolchain, the ``runqemu`` script, and support files from the |
| 46 | appropriate :yocto_dl:`toolchain </releases/yocto/yocto-3.1.2/toolchain/>` directory within | 46 | appropriate :yocto_dl:`toolchain </releases/yocto/yocto-&DISTRO;/toolchain/>` directory within |
| 47 | the Index of Releases. Toolchains are available for several 32-bit and | 47 | the Index of Releases. Toolchains are available for several 32-bit and |
| 48 | 64-bit architectures with the ``x86_64`` directories, respectively. The | 48 | 64-bit architectures with the ``x86_64`` directories, respectively. The |
| 49 | toolchains the Yocto Project provides are based off the | 49 | toolchains 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 | ||
| 77 | For example, the following SDK installer is for a 64-bit | 77 | For example, the following SDK installer is for a 64-bit |
| 78 | development host system and a i586-tuned target architecture based off | 78 | development 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 | ||
| 123 | Again, reference the "`Installed Standard SDK Directory | 123 | Again, reference the "`Installed Standard SDK Directory |
| 124 | Structure <#sdk-installed-standard-sdk-directory-structure>`__" section | 124 | Structure <#sdk-installed-standard-sdk-directory-structure>`__" section |
| @@ -131,7 +131,7 @@ Running the SDK Environment Setup Script | |||
| 131 | Once you have the SDK installed, you must run the SDK environment setup | 131 | Once you have the SDK installed, you must run the SDK environment setup |
| 132 | script before you can actually use the SDK. This setup script resides in | 132 | script before you can actually use the SDK. This setup script resides in |
| 133 | the directory you chose when you installed the SDK, which is either the | 133 | the directory you chose when you installed the SDK, which is either the |
| 134 | default ``/opt/poky/3.1.2`` directory or the directory you chose during | 134 | default ``/opt/poky/&DISTRO;`` directory or the directory you chose during |
| 135 | installation. | 135 | installation. |
| 136 | 136 | ||
| 137 | Before running the script, be sure it is the one that matches the | 137 | Before 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 | |||
| 143 | script is for an IA-based target machine using i586 tuning: | 143 | script 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 | ||
| 148 | When you run the | 148 | When you run the |
| 149 | setup script, the same environment variables are defined as are when you | 149 | setup script, the same environment variables are defined as are when you |
