diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-08-19 09:52:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 23:09:27 +0100 |
commit | 99d43e62932fc4aabec3bc8b2045b02f9201db48 (patch) | |
tree | 3c7e05e7247f6a2a5350babf62901f8e930025d9 /documentation/sdk-manual/sdk-using.xml | |
parent | 4d5dc4a8908c4f67268f2058e1ea6d76f72ca0ef (diff) | |
download | poky-99d43e62932fc4aabec3bc8b2045b02f9201db48.tar.gz |
sdk-manual: Used &DISTRO; for some output release versions.
(From yocto-docs rev: 4dbcd9957366665028adf955951af6256e67c152)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/sdk-using.xml')
-rw-r--r-- | documentation/sdk-manual/sdk-using.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index f8e2f005bd..5555df971f 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml | |||
@@ -107,7 +107,7 @@ | |||
107 | You must change the permissions on the toolchain | 107 | You must change the permissions on the toolchain |
108 | installer script so that it is executable: | 108 | installer script so that it is executable: |
109 | <literallayout class='monospaced'> | 109 | <literallayout class='monospaced'> |
110 | $ chmod +x poky-glibc-x86_64-core-image-sato-i586-toolchain-2.1.sh | 110 | $ chmod +x poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh |
111 | </literallayout> | 111 | </literallayout> |
112 | </note> | 112 | </note> |
113 | </para> | 113 | </para> |
@@ -126,16 +126,16 @@ | |||
126 | run the installer again. | 126 | run the installer again. |
127 | </note> | 127 | </note> |
128 | <literallayout class='monospaced'> | 128 | <literallayout class='monospaced'> |
129 | $ ./poky-glibc-x86_64-core-image-sato-i586-toolchain-2.1.sh | 129 | $ ./poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh |
130 | Poky (Yocto Project Reference Distro) SDK installer version 2.0 | 130 | Poky (Yocto Project Reference Distro) SDK installer version 2.0 |
131 | =============================================================== | 131 | =============================================================== |
132 | Enter target directory for SDK (default: /opt/poky/2.1): | 132 | Enter target directory for SDK (default: /opt/poky/&DISTRO;): |
133 | You are about to install the SDK to "/opt/poky/2.1". Proceed[Y/n]? Y | 133 | You are about to install the SDK to "/opt/poky/&DISTRO;". Proceed[Y/n]? Y |
134 | Extracting SDK.......................................................................done | 134 | Extracting SDK.......................................................................done |
135 | Setting it up...done | 135 | Setting it up...done |
136 | SDK has been successfully set up and is ready to be used. | 136 | SDK has been successfully set up and is ready to be used. |
137 | Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. | 137 | Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. |
138 | $ . /opt/poky/2.1/environment-setup-i586-poky-linux | 138 | $ . /opt/poky/&DISTRO;/environment-setup-i586-poky-linux |
139 | </literallayout> | 139 | </literallayout> |
140 | </para> | 140 | </para> |
141 | 141 | ||