documentation/yocto-project-qs/yocto-project-qs.xml: Updated <arch> value for environment setup command

The value for the 64-bit architecture was "x86-64" and not "x86_64".
Changed it to be correct.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
This commit is contained in:
Scott Rifenbark 2011-01-20 13:59:44 -08:00 committed by Saul Wold
parent bcce31b495
commit 63e6319bd1
1 changed files with 23 additions and 23 deletions

View File

@ -308,8 +308,7 @@
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>
Install the stand-alone Yocto toolchain tarball and then set up the Install the stand-alone Yocto toolchain tarball.
environment to emulate the hardware.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
@ -326,14 +325,14 @@
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Start the QEMU emulator. Set up the environment to emulate the hardware and then start the QEMU emulator.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<section id='installing-the-toolchain-and-setting-up-the-environment'> <section id='installing-the-toolchain'>
<title>Installing the Toolchain and Setting Up the Environment</title> <title>Installing the Toolchain</title>
<para> <para>
You can download the pre-built toolchain, which includes the poky-qemu script and You can download the pre-built toolchain, which includes the poky-qemu script and
support files, from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/toolchain/'></ulink>. support files, from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/toolchain/'></ulink>.
@ -379,21 +378,6 @@
$ sudo tar -xvjf yocto-eglibc-x86_64-i586-toolchain-sdk-0.9.tar.bz2 $ sudo tar -xvjf yocto-eglibc-x86_64-i586-toolchain-sdk-0.9.tar.bz2
</literallayout> </literallayout>
</para> </para>
<para>
The following command form sets up the emulation environment.
</para>
<literallayout class='monospaced'>
$ source /opt/poky/environment-setup-&lt;<emphasis>arch</emphasis>&gt;-poky-linux-&lt;<emphasis>if</emphasis>&gt;
Where:
&lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture:
i586, x86-64, ppc603e, mips, or armv5te.
&lt;<emphasis>if</emphasis>&gt; is a string representing an embedded application binary interface.
Not all setup scripts include this string.
</literallayout>
</section> </section>
<section id='downloading-the-pre-built-linux-kernel'> <section id='downloading-the-pre-built-linux-kernel'>
@ -441,8 +425,24 @@
</literallayout> </literallayout>
</section> </section>
<section id='starting-the-qemu-emulator'> <section id='setting-up-the-environment-and-starting-the-qemu-emulator'>
<title>Starting the QEMU Emulator</title> <title>Setting Up the Environment and Starting the QEMU Emulator</title>
<para>
Before you start the QEMU emulator you need to set up the emulation environment.
The following command form sets up the emulation environment.
</para>
<literallayout class='monospaced'>
$ source /opt/poky/environment-setup-&lt;<emphasis>arch</emphasis>&gt;-poky-linux-&lt;<emphasis>if</emphasis>&gt;
Where:
&lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture:
i586, x86_64, ppc603e, mips, or armv5te.
&lt;<emphasis>if</emphasis>&gt; is a string representing an embedded application binary interface.
Not all setup scripts include this string.
</literallayout>
<para> <para>
Finally, this command form invokes the QEMU emulator Finally, this command form invokes the QEMU emulator
</para> </para>
@ -463,7 +463,7 @@
<para> <para>
Continuing with the example, the following two commands setup the emulation Continuing with the example, the following two commands setup the emulation
environment and launch QEMu. environment and launch QEMU.
The kernel and filesystem are for a 32-bit target architecture. The kernel and filesystem are for a 32-bit target architecture.
</para> </para>