summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-22 09:39:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-24 11:27:30 +0100
commit21a49390065387e1f73c052a9a8cbe620b5fe6af (patch)
treecb2c05549f5826d28e302c8eaa04300292ac3f77 /documentation
parent75f4b8caae22d75e2e5bc8a2e3096caeac5a087d (diff)
downloadpoky-21a49390065387e1f73c052a9a8cbe620b5fe6af.tar.gz
documentation/adt-manual/adt-intro.xml: updated QEMU overview
I provided more detail in the section that introduces QEMU and tells how it is made available to the user. (From yocto-docs rev: 9145fee2d550af57669120b1b413585b69ab14bc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-intro.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml
index 7d32453ce8..80ea0dad31 100644
--- a/documentation/adt-manual/adt-intro.xml
+++ b/documentation/adt-manual/adt-intro.xml
@@ -55,9 +55,19 @@
55 <title>The QEMU Emulator</title> 55 <title>The QEMU Emulator</title>
56 <para> 56 <para>
57 The QEMU emulator allows you to simulate your hardware while running your 57 The QEMU emulator allows you to simulate your hardware while running your
58 application or image. 58 application or image.
59 QEMU is installed several ways: as part of the Poky tree, ADT installation 59 QEMU is made available a number of ways:
60 through a toolchain tarball, or through the ADT Installer. 60 <itemizedlist>
61 <listitem><para>If you use the ADT Installer script to install ADT you can
62 specify whether or not to install QEMU.</para></listitem>
63 <listitem><para>If you have downloaded a Yocto Project release and unpacked
64 it to create a Yocto Project source directory followed by sourcing
65 the Yocto Project environment setup script, QEMU is installed and automatically
66 available.</para></listitem>
67 <listitem><para>If you have installed the cross-toolchain
68 tarball followed by sourcing the toolchain's setup environment script, QEMU
69 is installed and automatically available.</para></listitem>
70 </itemizedlist>
61 </para> 71 </para>
62 </section> 72 </section>
63 73