]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
yocto-project-qs: Update to how toolchain installer scripts are named.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 16 Sep 2013 20:37:36 +0000 (13:37 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Sep 2013 11:20:46 +0000 (12:20 +0100)
(From yocto-docs rev: 4ff62bebbcfec2e83aff7b7b92e4b51c375127c3)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/yocto-project-qs/yocto-project-qs.xml

index 2ae217416b638dd769356410dccc76d3d6e26069..f212437f07a065eced37a967d3f6da5e1aaab76e 100644 (file)
             </para>
 
             <literallayout class='monospaced'>
-     poky-eglibc-&lt;<emphasis>host_system</emphasis>&gt;-&lt;<emphasis>image_type</emphasis>&gt;-&lt;<emphasis>arch</emphasis>&gt;.sh
+     poky-eglibc-&lt;<emphasis>host_system</emphasis>&gt;-&lt;<emphasis>image_type</emphasis>&gt;-&lt;<emphasis>arch</emphasis>&gt;-&lt;<emphasis>release_version</emphasis>&gt;.sh
 
      Where:
          &lt;<emphasis>host_system</emphasis>&gt; is a string representing your development system:
-                i686 or x86_64.
+
+                    i686 or x86_64.
 
          &lt;<emphasis>image_type</emphasis>&gt; is a string representing the image you wish to
                 develop a Software Development Toolkit (SDK) for use against.
 
          &lt;<emphasis>arch</emphasis>&gt; is a string representing the tuned target architecture:
 
-                i586, x86_64, powerpc, mips, armv7a or armv5te
+                    i586, x86_64, powerpc, mips, armv7a or armv5te
+
+         &lt;<emphasis>release_version</emphasis>&gt; 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>