documentation/yocto-project-qs/yocto-project-qs.xml: update to pre-built

The pre-built section had a couple errors I discovered while trying
to verify the 1.1.1 release.  One is a wording problem putting the
last set of commands into context.  the other is that i needed
i586 as the expanded environment file in /opt/poky.

(From yocto-docs rev: d173f82e3e368b54889d6c1aa9bd51340e7e42be)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-01-10 18:45:15 -06:00 committed by Richard Purdie
parent 31b7cac818
commit 1cb265f575
1 changed files with 3 additions and 2 deletions

View File

@ -653,10 +653,11 @@
<para>
Continuing with the example, the following two commands setup the emulation
environment and launch QEMU.
This example assumes the root filesystem tarball has been downloaded and expanded, and
This example assumes the toolchain tarball has been downloaded and expanded
into <filename>/opt/poky</filename> and
that the kernel and filesystem are for a 32-bit target architecture.
<literallayout class='monospaced'>
$ source /opt/poky/1.1.1/environment-setup-i686-poky-linux
$ source /opt/poky/1.1.1/environment-setup-i586-poky-linux
$ runqemu qemux86 bzImage-3.0-qemux86-1.1.1.bin \
core-image-sato-qemux86.ext3
</literallayout>