diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-05-23 18:17:35 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-13 22:38:03 +0100 |
| commit | 4a7bf7dd9dcd7c9ff76e1b2ac8b835bdc5c24b7c (patch) | |
| tree | 7617daf611488af0cdd70efdb3716735a031906b /documentation | |
| parent | e5f3cc34df74c08c8cab3e1cf9207fafaec6cb9a (diff) | |
| download | poky-4a7bf7dd9dcd7c9ff76e1b2ac8b835bdc5c24b7c.tar.gz | |
documentation/yocto-project-qs/yocto-project-qs.xml: replaced runqemu with poky-qemu
Evidently the command 'runqemu' is not a valid command for Bernard.
I changed four occurances of 'runqemu' to 'poky-qemu'.
(From yocto-docs rev: 0296920cc07a6fb9871c5af4bb991fcee2949564)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 9cc24f4b3a..3f9519221c 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
| @@ -305,7 +305,7 @@ | |||
| 305 | </para></note> | 305 | </para></note> |
| 306 | The final command runs the image: | 306 | The final command runs the image: |
| 307 | <literallayout class='monospaced'> | 307 | <literallayout class='monospaced'> |
| 308 | $ runqemu qemux86 | 308 | $ poky-qemu qemux86 |
| 309 | </literallayout> | 309 | </literallayout> |
| 310 | <note><para> | 310 | <note><para> |
| 311 | Depending on the number of processors and cores, the amount or RAM, the speed of your | 311 | Depending on the number of processors and cores, the amount or RAM, the speed of your |
| @@ -370,7 +370,7 @@ | |||
| 370 | <section id='installing-the-toolchain'> | 370 | <section id='installing-the-toolchain'> |
| 371 | <title>Installing the Toolchain</title> | 371 | <title>Installing the Toolchain</title> |
| 372 | <para> | 372 | <para> |
| 373 | You can download the pre-built toolchain, which includes the runqemu script and | 373 | You can download the pre-built toolchain, which includes the poky-qemu script and |
| 374 | support files, from | 374 | support files, from |
| 375 | <ulink url='http://yoctoproject.org/downloads/yocto-1.0/toolchain/'></ulink>. | 375 | <ulink url='http://yoctoproject.org/downloads/yocto-1.0/toolchain/'></ulink>. |
| 376 | Toolchains are available for 32-bit and 64-bit development systems from the | 376 | Toolchains are available for 32-bit and 64-bit development systems from the |
| @@ -485,7 +485,7 @@ | |||
| 485 | </para> | 485 | </para> |
| 486 | 486 | ||
| 487 | <literallayout class='monospaced'> | 487 | <literallayout class='monospaced'> |
| 488 | $ runqemu <<emphasis>qemuarch</emphasis>> <<emphasis>kernel</emphasis>> <<emphasis>filesystem_image</emphasis>> | 488 | $ poky-qemu <<emphasis>qemuarch</emphasis>> <<emphasis>kernel</emphasis>> <<emphasis>filesystem_image</emphasis>> |
| 489 | 489 | ||
| 490 | Where: | 490 | Where: |
| 491 | <<emphasis>qemuarch</emphasis>> is a string representing the target architecture: qemux86, qemux86-64, | 491 | <<emphasis>qemuarch</emphasis>> is a string representing the target architecture: qemux86, qemux86-64, |
| @@ -505,7 +505,7 @@ | |||
| 505 | 505 | ||
| 506 | <literallayout class='monospaced'> | 506 | <literallayout class='monospaced'> |
| 507 | $ source /opt/poky/environment-setup-i686-poky-linux | 507 | $ source /opt/poky/environment-setup-i686-poky-linux |
| 508 | $ runqemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3 | 508 | $ poky-qemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3 |
| 509 | </literallayout> | 509 | </literallayout> |
| 510 | 510 | ||
| 511 | <para> | 511 | <para> |
