documentation/yocto-project-qs/yocto-project-qs.xml: Updated list introducing pre-built section

The section that introduces the using a pre-built binary section needed
more items in the list.  I added text for setting up the environment
and for starting QEMU.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
This commit is contained in:
Scott Rifenbark 2011-01-20 10:13:32 -08:00 committed by Saul Wold
parent dc124306b5
commit bcce31b495
1 changed files with 9 additions and 2 deletions

View File

@ -302,13 +302,14 @@
</mediaobject> </mediaobject>
<para> <para>
For this scenario you need to do three things: For this scenario you need to do several things:
</para> </para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>
Install the stand-alone Yocto toolchain tarball. Install the stand-alone Yocto toolchain tarball and then set up the
environment to emulate the hardware.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
@ -323,6 +324,12 @@
Download the filesystem image for your target machine's architecture. Download the filesystem image for your target machine's architecture.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Start the QEMU emulator.
</para>
</listitem>
</itemizedlist> </itemizedlist>
<section id='installing-the-toolchain-and-setting-up-the-environment'> <section id='installing-the-toolchain-and-setting-up-the-environment'>