diff options
| -rw-r--r-- | documentation/adt-manual/adt-intro.xml | 16 |
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 | ||
