diff --git a/documentation/sdk-manual/sdk-appendix-obtain.xml b/documentation/sdk-manual/sdk-appendix-obtain.xml
index eada4cc8ed..8b245615c9 100644
--- a/documentation/sdk-manual/sdk-appendix-obtain.xml
+++ b/documentation/sdk-manual/sdk-appendix-obtain.xml
@@ -6,26 +6,210 @@
Obtaining the SDK
-
- Manual Development Notes for Scott and Paul
+
+ Locating Pre-Built SDK Installers
-
- This chapter is going to cover details about the installed SDK and perhaps
- stuff on locating it (e.g. the naming scheme used to identify the
- .sh installation script.
+
+ You can use existing, pre-built toolchains by locating and running
+ an SDK installer script that ships with the Yocto Project.
+ Using this method, you select and download an architecture-specific
+ toolchain installer and then run the script to hand-install the
+ toolchain.
-
- The idea here is to gather all the current information in the regular
- YP doc set that describes how to locate, download, or build out the SDK.
+
+ You can find SDK installers here:
+
+ Standard SDK Installers
+ Go to
+ and find the folder that matches your host development system
+ (i.e. i686 for 32-bit machines or
+ x86_64 for 64-bit machines).
+
+ Go into that folder and download the toolchain installer
+ whose name includes the appropriate target architecture.
+ The toolchains provided by the Yocto Project are based off of
+ the core-image-sato image and contain
+ libraries appropriate for developing against that image.
+ For example, if your host development system is a 64-bit x86
+ system and you are going to use your cross-toolchain for a
+ 32-bit x86 target, go into the x86_64
+ folder and download the following installer:
+
+ poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
+
+
+ Extensible SDK Installers
+ Installers for the extensible SDK are in
+ .
+
+
+
+
+
+
+
+
@@ -70,6 +254,48 @@
+
+ Installed Extensible SDK Directory Structure
+
+
+ The following figure shows the resulting directory structure after
+ you install the Extensible SDK by running the .sh
+ SDK installation script:
+
+
+
+
+
+
+
+ The installed directory structure for the extensible SDK is quite
+ different than the installed structure for the standard SDK.
+ The extensible SDK does not separate host and target parts in the
+ same manner as does the standard SDK.
+ The extensible SDK uses an embedded copy of the build system, which
+ has its own sysroots.
+
+
+
+ Of note in the directory structure are an environment setup script
+ for the SDK, a configuration file for the target, a version file for
+ the target, and a log file for the build system preparation script run
+ by the installer.
+
+
+
+ Within the figure, italicized text is used to indicate replaceable
+ portions of the file or directory name.
+ For example,
+ install_dir is the directory where the SDK
+ is installed, which is poky_sdk by default.
+ target represents the target
+ architecture (e.g. i586) and
+ host represents the development system's
+ architecture (e.g. x86_64).
+
+
+