From 3658816dec0f4d3b3e1b1b75cbebb279a43fe97b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 21 Jun 2018 11:12:47 -0700 Subject: sdk-manual: Updates to the section for locating SDK installers I corrected some wrong information. Provided the correct terminology for the build host, and provided quotations for supplied values to be in line with manual writing conventions. (From yocto-docs rev: 420a7e96e7145dbef31d706cd257059619f71e12) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-appendix-obtain.xml | 27 ++++++++++++------------ 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'documentation/sdk-manual') 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 -- cgit v1.2.3-54-g00ecf