mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9e5a745d98
commit
3658816dec
@@ -25,32 +25,33 @@
|
|||||||
Go to <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'></ulink>
|
Go to <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'></ulink>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
<emphasis>Open the Folder for Your Development System:</emphasis>
|
<emphasis>Open the Folder for Your Build Host:</emphasis>
|
||||||
Open the folder that matches your host development system
|
Open the folder that matches your
|
||||||
|
<ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>build host</ulink>
|
||||||
(i.e. <filename>i686</filename> for 32-bit machines or
|
(i.e. <filename>i686</filename> for 32-bit machines or
|
||||||
<filename>x86_64</filename> for 64-bit machines).
|
<filename>x86_64</filename> for 64-bit machines).
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
<emphasis>Locate and Download the SDK Installer:</emphasis>
|
<emphasis>Locate and Download the SDK Installer:</emphasis>
|
||||||
You need to find and download the installer appropriate for
|
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.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>The installer files (<filename>*.sh</filename>) follow
|
<para>The installer files (<filename>*.sh</filename>) follow
|
||||||
this naming convention:
|
this naming convention:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
poky-eglibc-<replaceable>host_system</replaceable>-core-image-<replaceable>type</replaceable>-<replaceable>arch</replaceable>-toolchain-ext-<replaceable>release</replaceable>.sh
|
poky-glibc-<replaceable>host_system</replaceable>-core-image-<replaceable>type</replaceable>-<replaceable>arch</replaceable>-toolchain[-ext]-<replaceable>release</replaceable>.sh
|
||||||
|
|
||||||
Where:
|
Where:
|
||||||
<replaceable>host_system</replaceable> is a string representing your development system:
|
<replaceable>host_system</replaceable> is a string representing your development system:
|
||||||
i686 or x86_64.
|
"i686" or "x86_64"
|
||||||
|
|
||||||
<replaceable>type</replaceable> is a string representing either a "sato" or "minimal"
|
<replaceable>type</replaceable> is a string representing the image:
|
||||||
image.
|
"sato" or "minimal"
|
||||||
|
|
||||||
<replaceable>arch</replaceable> is a string representing the target architecture:
|
<replaceable>arch</replaceable> is a string representing the target architecture:
|
||||||
aarch64, armv5e, core2-64, coretexa8hf-neon, i586, mips3242,
|
"aarch64", "armv5e", "core2-64", "coretexa8hf-neon", "i586", "mips32r2",
|
||||||
mips64, or ppc7400.
|
"mips64", or "ppc7400"
|
||||||
|
|
||||||
<replaceable>release</replaceable> is the version of Yocto Project.
|
<replaceable>release</replaceable> is the version of Yocto Project.
|
||||||
|
|
||||||
@@ -65,10 +66,10 @@
|
|||||||
libraries appropriate for developing against those images.
|
libraries appropriate for developing against those images.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>For example, if your host development system is a
|
<para>For example, if your build host is a 64-bit x86 system
|
||||||
64-bit x86 system and you are need an extended SDK for a
|
and you need an extended SDK for a 64-bit core2 target, go
|
||||||
64-bit core2 target, go into the <filename>x86_64</filename>
|
into the <filename>x86_64</filename> folder and download the
|
||||||
folder and download the following installer:
|
following installer:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh
|
poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh
|
||||||
</literallayout>
|
</literallayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user