From 209158c26b9caf80f5d4ca2654f1e129056a6353 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 3 Aug 2011 15:09:42 -0700 Subject: [PATCH] documentation/yocto-project-qs/yocto-project-qs.xml: updated env and qemu start tightened up the section that talks about setting up the environment and starting qemu. I just added a little more clarification on the kernel-image variable. (From yocto-docs rev: 54c037d45ca46c09544dae67793237c76a1205f5) 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 35eebbcd8c..8bd8a07914 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -539,7 +539,7 @@ Where: <arch> is a string representing the target architecture: - i686, x86_64, ppc603e, mips, or armv5te. + i586, x86_64, ppc603e, mips, or armv5te. <if> is a string representing an embedded application binary interface. Not all setup scripts include this string. @@ -550,15 +550,15 @@ - $ poky-qemu <qemuarch> <kernel> <filesystem_image> + $ poky-qemu <qemuarch> <kernel-image> <filesystem-image> Where: <qemuarch> is a string representing the target architecture: qemux86, qemux86-64, qemuppc, qemumips, or qemuarm. - <kernel> is the architecture-specific kernel. + <kernel-image> is the architecture-specific kernel image. - <filesystem_image> is the .ext3 filesystem image. + <filesystem-image> is the .ext3 filesystem image.