diff --git a/documentation/sdk-manual/sdk-appendix-obtain.xml b/documentation/sdk-manual/sdk-appendix-obtain.xml
index aa06358a07..ee250de49f 100644
--- a/documentation/sdk-manual/sdk-appendix-obtain.xml
+++ b/documentation/sdk-manual/sdk-appendix-obtain.xml
@@ -25,32 +25,33 @@
Go to
- Open the Folder for Your Development System:
- Open the folder that matches your host development system
+ Open the Folder for Your Build Host:
+ Open the folder that matches your
+ build host
(i.e. i686 for 32-bit machines or
x86_64 for 64-bit machines).
Locate and Download the SDK Installer:
You need to find and download the installer appropriate for
- your development system, target hardware, and image type.
+ your build host, target hardware, and image type.
The installer files (*.sh) follow
this naming convention:
- poky-eglibc-host_system-core-image-type-arch-toolchain-ext-release.sh
+ poky-glibc-host_system-core-image-type-arch-toolchain[-ext]-release.sh
Where:
host_system is a string representing your development system:
- i686 or x86_64.
+ "i686" or "x86_64"
- type is a string representing either a "sato" or "minimal"
- image.
+ type is a string representing the image:
+ "sato" or "minimal"
arch is a string representing the target architecture:
- aarch64, armv5e, core2-64, coretexa8hf-neon, i586, mips3242,
- mips64, or ppc7400.
+ "aarch64", "armv5e", "core2-64", "coretexa8hf-neon", "i586", "mips32r2",
+ "mips64", or "ppc7400"
release is the version of Yocto Project.
@@ -65,10 +66,10 @@
libraries appropriate for developing against those images.
- For example, if your host development system is a
- 64-bit x86 system and you are need an extended SDK for a
- 64-bit core2 target, go into the x86_64
- folder and download the following installer:
+ For example, if your build host is a 64-bit x86 system
+ and you need an extended SDK for a 64-bit core2 target, go
+ into the x86_64 folder and download the
+ following installer:
poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh