</para>
<literallayout class='monospaced'>
- poky-eglibc-<<emphasis>host_system</emphasis>>-<<emphasis>image_type</emphasis>>-<<emphasis>arch</emphasis>>.sh
+ poky-eglibc-<<emphasis>host_system</emphasis>>-<<emphasis>image_type</emphasis>>-<<emphasis>arch</emphasis>>-<<emphasis>release_version</emphasis>>.sh
Where:
<<emphasis>host_system</emphasis>> is a string representing your development system:
- i686 or x86_64.
+
+ i686 or x86_64.
<<emphasis>image_type</emphasis>> is a string representing the image you wish to
develop a Software Development Toolkit (SDK) for use against.
<<emphasis>arch</emphasis>> is a string representing the tuned target architecture:
- i586, x86_64, powerpc, mips, armv7a or armv5te
+ i586, x86_64, powerpc, mips, armv7a or armv5te
+
+ <<emphasis>release_version</emphasis>> is a string representing the release number of the
+ Yocto Project:
+
+ &DISTRO;, &DISTRO;+snapshot
</literallayout>
<para>
development host system and a i586-tuned target architecture
based off the SDK for <filename>core-image-sato</filename>:
<literallayout class='monospaced'>
- poky-eglibc-x86_64-core-image-sato-i586.sh
+ poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh
</literallayout>
</para>
<para>
<literallayout class='monospaced'>
- $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586.sh
+ $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh
</literallayout>
</para>