From 2f0f79c41edfe0848407316f69c836537100a91c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 14 Mar 2014 07:50:11 -0600 Subject: adt-manual: Added cloning poky as a way to have QEMU available. (From yocto-docs rev: ca0a4cf869e94a382c2414fcad46c5e1f0268305) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-intro.xml | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml index 17ea6fdffc..7398521ed2 100644 --- a/documentation/adt-manual/adt-intro.xml +++ b/documentation/adt-manual/adt-intro.xml @@ -95,17 +95,29 @@ 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 + + If you use the ADT Installer script to install ADT, you can + specify whether or not to install QEMU. + + + If you have cloned the poky Git + repository to create a + Source Directory + and you have sourced the environment setup script, QEMU is + installed and automatically available. + + + If you have downloaded a Yocto Project release and unpacked it to create a - Source Directory and - you have sourced - the environment setup script, QEMU is installed and automatically - available. - If you have installed the cross-toolchain - tarball and you have sourced the toolchain's setup environment script, QEMU - is also installed and automatically available. + Source Directory + and you have sourced the environment setup script, QEMU is + installed and automatically available. + + + If you have installed the cross-toolchain tarball and you + have sourced the toolchain's setup environment script, QEMU + is also installed and automatically available. + -- cgit v1.2.3-54-g00ecf