From 38af2da15734c705d7f1d1abbd710e554e7aa764 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 31 May 2018 16:04:27 -0700 Subject: sdk-manual: Edits to "Running the SDK Environment Setup Script" Minor edits to this section. (From yocto-docs rev: 40217ebcbae17f39cc8eca17f309068f4d055c23) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-using.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'documentation') diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index c7046d63a7..dd220c340b 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml @@ -171,12 +171,11 @@ Once you have the SDK installed, you must run the SDK environment - setup script before you can actually use it. + setup script before you can actually use the SDK. This setup script resides in the directory you chose when you - installed the SDK. - For information on where this setup script can reside, see the - "Obtaining the SDK" - Appendix. + installed the SDK, which is either the default + /opt/poky/&DISTRO; directory or the directory + you chose during installation. @@ -185,9 +184,11 @@ Environment setup scripts begin with the string "environment-setup" and include as part of their name the tuned target architecture. - For example, the command to source a setup script for an IA-based - target machine using i586 tuning and located in the default SDK - installation directory is as follows: + As an example, the following commands set the working directory + to where the SDK was installed and then source the environment + setup script. + In this example, the setup script is for an IA-based + target machine using i586 tuning: $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux -- cgit v1.2.3-54-g00ecf