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 @@ The QEMU Emulator The QEMU emulator allows you to simulate your hardware while running your - application or image. - QEMU is installed several ways: as part of the Poky tree, ADT installation - through a toolchain tarball, or through the ADT Installer. + application or image. + QEMU is made available a number of ways: + + If you use the ADT Installer script to install ADT you can + specify whether or not to install QEMU. + If you have downloaded a Yocto Project release and unpacked + it to create a Yocto Project source directory followed by sourcing + the Yocto Project environment setup script, QEMU is installed and automatically + available. + If you have installed the cross-toolchain + tarball followed by sourcing the toolchain's setup environment script, QEMU + is installed and automatically available. +