diff options
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-obtain.xml | 27 |
1 files changed, 14 insertions, 13 deletions
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 @@ | |||
25 | Go to <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'></ulink> | 25 | Go to <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'></ulink> |
26 | </para></listitem> | 26 | </para></listitem> |
27 | <listitem><para> | 27 | <listitem><para> |
28 | <emphasis>Open the Folder for Your Development System:</emphasis> | 28 | <emphasis>Open the Folder for Your Build Host:</emphasis> |
29 | Open the folder that matches your host development system | 29 | Open the folder that matches your |
30 | <ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>build host</ulink> | ||
30 | (i.e. <filename>i686</filename> for 32-bit machines or | 31 | (i.e. <filename>i686</filename> for 32-bit machines or |
31 | <filename>x86_64</filename> for 64-bit machines). | 32 | <filename>x86_64</filename> for 64-bit machines). |
32 | </para></listitem> | 33 | </para></listitem> |
33 | <listitem><para> | 34 | <listitem><para> |
34 | <emphasis>Locate and Download the SDK Installer:</emphasis> | 35 | <emphasis>Locate and Download the SDK Installer:</emphasis> |
35 | You need to find and download the installer appropriate for | 36 | You need to find and download the installer appropriate for |
36 | your development system, target hardware, and image type. | 37 | your build host, target hardware, and image type. |
37 | </para> | 38 | </para> |
38 | 39 | ||
39 | <para>The installer files (<filename>*.sh</filename>) follow | 40 | <para>The installer files (<filename>*.sh</filename>) follow |
40 | this naming convention: | 41 | this naming convention: |
41 | <literallayout class='monospaced'> | 42 | <literallayout class='monospaced'> |
42 | poky-eglibc-<replaceable>host_system</replaceable>-core-image-<replaceable>type</replaceable>-<replaceable>arch</replaceable>-toolchain-ext-<replaceable>release</replaceable>.sh | 43 | poky-glibc-<replaceable>host_system</replaceable>-core-image-<replaceable>type</replaceable>-<replaceable>arch</replaceable>-toolchain[-ext]-<replaceable>release</replaceable>.sh |
43 | 44 | ||
44 | Where: | 45 | Where: |
45 | <replaceable>host_system</replaceable> is a string representing your development system: | 46 | <replaceable>host_system</replaceable> is a string representing your development system: |
46 | i686 or x86_64. | 47 | "i686" or "x86_64" |
47 | 48 | ||
48 | <replaceable>type</replaceable> is a string representing either a "sato" or "minimal" | 49 | <replaceable>type</replaceable> is a string representing the image: |
49 | image. | 50 | "sato" or "minimal" |
50 | 51 | ||
51 | <replaceable>arch</replaceable> is a string representing the target architecture: | 52 | <replaceable>arch</replaceable> is a string representing the target architecture: |
52 | aarch64, armv5e, core2-64, coretexa8hf-neon, i586, mips3242, | 53 | "aarch64", "armv5e", "core2-64", "coretexa8hf-neon", "i586", "mips32r2", |
53 | mips64, or ppc7400. | 54 | "mips64", or "ppc7400" |
54 | 55 | ||
55 | <replaceable>release</replaceable> is the version of Yocto Project. | 56 | <replaceable>release</replaceable> is the version of Yocto Project. |
56 | 57 | ||
@@ -65,10 +66,10 @@ | |||
65 | libraries appropriate for developing against those images. | 66 | libraries appropriate for developing against those images. |
66 | </para> | 67 | </para> |
67 | 68 | ||
68 | <para>For example, if your host development system is a | 69 | <para>For example, if your build host is a 64-bit x86 system |
69 | 64-bit x86 system and you are need an extended SDK for a | 70 | and you need an extended SDK for a 64-bit core2 target, go |
70 | 64-bit core2 target, go into the <filename>x86_64</filename> | 71 | into the <filename>x86_64</filename> folder and download the |
71 | folder and download the following installer: | 72 | following installer: |
72 | <literallayout class='monospaced'> | 73 | <literallayout class='monospaced'> |
73 | poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh | 74 | poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh |
74 | </literallayout> | 75 | </literallayout> |