diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index 3e11fc97d5..f941df33f5 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml @@ -53,14 +53,32 @@ Build Tools and Build System: The extensible SDK installer performs additional tasks as compared to the standard SDK installer. - The extensible SDK installer extracts build tools specific to the SDK and the installer also prepares the internal build system within the SDK. + You can find pre-built extensible SDK installers in the same + toolchain + location as the pre-built standard SDK installers. + For extensible SDK installers, the + ext string is part of the name. + Here is an example: + + poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh + + + As an alternative to downloading an SDK, you can build the toolchain + installer. + For information on building the installer, see the + "Building an SDK Installer" + section. + Another helpful resource for building an installer is the + Cookbook guide to Making an Eclipse Debug Capable Image + wiki page. + Here is example output for running the extensible SDK installer: - $ ./poky-glibc-x86_64-core-image-minimal-core2-64-toolchain-ext-2.1+snapshot.sh - Poky (Yocto Project Reference Distro) Extensible SDK installer version 2.1+snapshot + $ ./poky-glibc-x86_64-core-image-minimal-core2-64-toolchain-ext-&DISTRO;.sh + Poky (Yocto Project Reference Distro) Extensible SDK installer version &DISTRO; =================================================================================== Enter target directory for SDK (default: ~/poky_sdk): You are about to install the SDK to "/home/scottrif/poky_sdk". Proceed[Y/n]? Y @@ -80,8 +98,9 @@ After installing the SDK, you need to run the SDK environment setup script. - Here is the output: + Here is the output from an example run: + $ cd /home/scottrif/poky_sdk $ source environment-setup-core2-64-poky-linux SDK environment now set up; additionally you may now run devtool to perform development tasks. Run devtool --help for further details.