diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-01-20 13:59:44 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-25 11:58:51 -0800 |
commit | 63e6319bd18146b5bc25d9b8ab57b294a020cf9a (patch) | |
tree | 206d5211f8ecc73fafc622a7a15a50bbf66a02e3 | |
parent | bcce31b4952a9cdb553d0d593b8539fe721acff6 (diff) | |
download | poky-63e6319bd18146b5bc25d9b8ab57b294a020cf9a.tar.gz |
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>
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 7223e0a7b7..f62eac16d7 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -308,8 +308,7 @@ | |||
308 | <itemizedlist> | 308 | <itemizedlist> |
309 | <listitem> | 309 | <listitem> |
310 | <para> | 310 | <para> |
311 | Install the stand-alone Yocto toolchain tarball and then set up the | 311 | Install the stand-alone Yocto toolchain tarball. |
312 | environment to emulate the hardware. | ||
313 | </para> | 312 | </para> |
314 | </listitem> | 313 | </listitem> |
315 | <listitem> | 314 | <listitem> |
@@ -326,14 +325,14 @@ | |||
326 | </listitem> | 325 | </listitem> |
327 | <listitem> | 326 | <listitem> |
328 | <para> | 327 | <para> |
329 | Start the QEMU emulator. | 328 | Set up the environment to emulate the hardware and then start the QEMU emulator. |
330 | </para> | 329 | </para> |
331 | </listitem> | 330 | </listitem> |
332 | 331 | ||
333 | </itemizedlist> | 332 | </itemizedlist> |
334 | 333 | ||
335 | <section id='installing-the-toolchain-and-setting-up-the-environment'> | 334 | <section id='installing-the-toolchain'> |
336 | <title>Installing the Toolchain and Setting Up the Environment</title> | 335 | <title>Installing the Toolchain</title> |
337 | <para> | 336 | <para> |
338 | You can download the pre-built toolchain, which includes the poky-qemu script and | 337 | You can download the pre-built toolchain, which includes the poky-qemu script and |
339 | support files, from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/toolchain/'></ulink>. | 338 | support files, from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/toolchain/'></ulink>. |
@@ -379,21 +378,6 @@ | |||
379 | $ sudo tar -xvjf yocto-eglibc-x86_64-i586-toolchain-sdk-0.9.tar.bz2 | 378 | $ sudo tar -xvjf yocto-eglibc-x86_64-i586-toolchain-sdk-0.9.tar.bz2 |
380 | </literallayout> | 379 | </literallayout> |
381 | </para> | 380 | </para> |
382 | |||
383 | <para> | ||
384 | The following command form sets up the emulation environment. | ||
385 | </para> | ||
386 | |||
387 | <literallayout class='monospaced'> | ||
388 | $ source /opt/poky/environment-setup-<<emphasis>arch</emphasis>>-poky-linux-<<emphasis>if</emphasis>> | ||
389 | |||
390 | Where: | ||
391 | <<emphasis>arch</emphasis>> is a string representing the target architecture: | ||
392 | i586, x86-64, ppc603e, mips, or armv5te. | ||
393 | |||
394 | <<emphasis>if</emphasis>> is a string representing an embedded application binary interface. | ||
395 | Not all setup scripts include this string. | ||
396 | </literallayout> | ||
397 | </section> | 381 | </section> |
398 | 382 | ||
399 | <section id='downloading-the-pre-built-linux-kernel'> | 383 | <section id='downloading-the-pre-built-linux-kernel'> |
@@ -441,8 +425,24 @@ | |||
441 | </literallayout> | 425 | </literallayout> |
442 | </section> | 426 | </section> |
443 | 427 | ||
444 | <section id='starting-the-qemu-emulator'> | 428 | <section id='setting-up-the-environment-and-starting-the-qemu-emulator'> |
445 | <title>Starting the QEMU Emulator</title> | 429 | <title>Setting Up the Environment and Starting the QEMU Emulator</title> |
430 | <para> | ||
431 | Before you start the QEMU emulator you need to set up the emulation environment. | ||
432 | The following command form sets up the emulation environment. | ||
433 | </para> | ||
434 | |||
435 | <literallayout class='monospaced'> | ||
436 | $ source /opt/poky/environment-setup-<<emphasis>arch</emphasis>>-poky-linux-<<emphasis>if</emphasis>> | ||
437 | |||
438 | Where: | ||
439 | <<emphasis>arch</emphasis>> is a string representing the target architecture: | ||
440 | i586, x86_64, ppc603e, mips, or armv5te. | ||
441 | |||
442 | <<emphasis>if</emphasis>> is a string representing an embedded application binary interface. | ||
443 | Not all setup scripts include this string. | ||
444 | </literallayout> | ||
445 | |||
446 | <para> | 446 | <para> |
447 | Finally, this command form invokes the QEMU emulator | 447 | Finally, this command form invokes the QEMU emulator |
448 | </para> | 448 | </para> |
@@ -463,7 +463,7 @@ | |||
463 | 463 | ||
464 | <para> | 464 | <para> |
465 | Continuing with the example, the following two commands setup the emulation | 465 | Continuing with the example, the following two commands setup the emulation |
466 | environment and launch QEMu. | 466 | environment and launch QEMU. |
467 | The kernel and filesystem are for a 32-bit target architecture. | 467 | The kernel and filesystem are for a 32-bit target architecture. |
468 | </para> | 468 | </para> |
469 | 469 | ||