diff options
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-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> |