From 4a7bf7dd9dcd7c9ff76e1b2ac8b835bdc5c24b7c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 23 May 2011 18:17:35 -0500 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 8 ++++---- 1 file 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 @@ The final command runs the image: - $ runqemu qemux86 + $ poky-qemu qemux86 Depending on the number of processors and cores, the amount or RAM, the speed of your @@ -370,7 +370,7 @@
Installing the Toolchain - You can download the pre-built toolchain, which includes the runqemu script and + You can download the pre-built toolchain, which includes the poky-qemu script and support files, from . Toolchains are available for 32-bit and 64-bit development systems from the @@ -485,7 +485,7 @@ - $ runqemu <qemuarch> <kernel> <filesystem_image> + $ poky-qemu <qemuarch> <kernel> <filesystem_image> Where: <qemuarch> is a string representing the target architecture: qemux86, qemux86-64, @@ -505,7 +505,7 @@ $ source /opt/poky/environment-setup-i686-poky-linux - $ runqemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3 + $ poky-qemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3