summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-14 07:50:11 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:39 +0000
commit2f0f79c41edfe0848407316f69c836537100a91c (patch)
tree5dbc619529d688217eba8b2a4d9cc3d43041f138
parent2edf03374191bda08f3d29f1b68db004ceca7a83 (diff)
downloadpoky-2f0f79c41edfe0848407316f69c836537100a91c.tar.gz
adt-manual: Added cloning poky as a way to have QEMU available.
(From yocto-docs rev: ca0a4cf869e94a382c2414fcad46c5e1f0268305) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/adt-manual/adt-intro.xml32
1 files 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 @@
95 application or image. 95 application or image.
96 QEMU is made available a number of ways: 96 QEMU is made available a number of ways:
97 <itemizedlist> 97 <itemizedlist>
98 <listitem><para>If you use the ADT Installer script to install ADT, you can 98 <listitem><para>
99 specify whether or not to install QEMU.</para></listitem> 99 If you use the ADT Installer script to install ADT, you can
100 <listitem><para>If you have downloaded a Yocto Project release and unpacked 100 specify whether or not to install QEMU.
101 </para></listitem>
102 <listitem><para>
103 If you have cloned the <filename>poky</filename> Git
104 repository to create a
105 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
106 and you have sourced the environment setup script, QEMU is
107 installed and automatically available.
108 </para></listitem>
109 <listitem><para>
110 If you have downloaded a Yocto Project release and unpacked
101 it to create a 111 it to create a
102 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> and 112 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
103 you have sourced 113 and you have sourced the environment setup script, QEMU is
104 the environment setup script, QEMU is installed and automatically 114 installed and automatically available.
105 available.</para></listitem> 115 </para></listitem>
106 <listitem><para>If you have installed the cross-toolchain 116 <listitem><para>
107 tarball and you have sourced the toolchain's setup environment script, QEMU 117 If you have installed the cross-toolchain tarball and you
108 is also installed and automatically available.</para></listitem> 118 have sourced the toolchain's setup environment script, QEMU
119 is also installed and automatically available.
120 </para></listitem>
109 </itemizedlist> 121 </itemizedlist>
110 </para> 122 </para>
111 </section> 123 </section>