From c1f79ab0be21e9e741172060d9088f5264ce0ab6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 16:44:31 +0100 Subject: Rename poky-qemu to runqemu (From yocto-docs rev: b654d6a741edf70220e81f6b56276413a308ba6f) Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/yocto-project-qs') diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index b9f3662..9e930cb 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -301,7 +301,7 @@ The final command runs the image: - $ poky-qemu qemux86 + $ runqemu qemux86 Depending on the number of processors and cores, the amount or RAM, the speed of your @@ -366,7 +366,7 @@
Installing the Toolchain - You can download the pre-built toolchain, which includes the poky-qemu script and + You can download the pre-built toolchain, which includes the runqemu script and support files, from . Toolchains are available for 32-bit and 64-bit development systems from the @@ -481,7 +481,7 @@ - $ poky-qemu <qemuarch> <kernel> <filesystem_image> + $ runqemu <qemuarch> <kernel> <filesystem_image> Where: <qemuarch> is a string representing the target architecture: qemux86, qemux86-64, @@ -501,7 +501,7 @@ $ source /opt/poky/environment-setup-i686-poky-linux - $ poky-qemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3 + $ runqemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3 -- cgit v1.1