From 21a49390065387e1f73c052a9a8cbe620b5fe6af Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 22 Jun 2011 09:39:04 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-intro.xml | 16 +++++++++++++--- 1 file 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 @@ 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. +