From 99d43e62932fc4aabec3bc8b2045b02f9201db48 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 19 Aug 2016 09:52:44 -0700 Subject: sdk-manual: Used &DISTRO; for some output release versions. (From yocto-docs rev: 4dbcd9957366665028adf955951af6256e67c152) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-using.xml | 10 +++++----- 1 file 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 @@ You must change the permissions on the toolchain installer script so that it is executable: - $ chmod +x poky-glibc-x86_64-core-image-sato-i586-toolchain-2.1.sh + $ chmod +x poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh @@ -126,16 +126,16 @@ run the installer again. - $ ./poky-glibc-x86_64-core-image-sato-i586-toolchain-2.1.sh + $ ./poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh Poky (Yocto Project Reference Distro) SDK installer version 2.0 =============================================================== - Enter target directory for SDK (default: /opt/poky/2.1): - You are about to install the SDK to "/opt/poky/2.1". Proceed[Y/n]? Y + Enter target directory for SDK (default: /opt/poky/&DISTRO;): + You are about to install the SDK to "/opt/poky/&DISTRO;". Proceed[Y/n]? Y Extracting SDK.......................................................................done Setting it up...done SDK has been successfully set up and is ready to be used. Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. - $ . /opt/poky/2.1/environment-setup-i586-poky-linux + $ . /opt/poky/&DISTRO;/environment-setup-i586-poky-linux -- cgit 1.2.3-korg