aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
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 /documentation/adt-manual
parent2edf03374191bda08f3d29f1b68db004ceca7a83 (diff)
downloadopenembedded-core-contrib-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>
Diffstat (limited to 'documentation/adt-manual')
-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 @@
application or image.
QEMU is made available a number of ways:
<itemizedlist>
- <listitem><para>If you use the ADT Installer script to install ADT, you can
- specify whether or not to install QEMU.</para></listitem>
- <listitem><para>If you have downloaded a Yocto Project release and unpacked
+ <listitem><para>
+ If you use the ADT Installer script to install ADT, you can
+ specify whether or not to install QEMU.
+ </para></listitem>
+ <listitem><para>
+ If you have cloned the <filename>poky</filename> Git
+ repository to create a
+ <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
+ and you have sourced the environment setup script, QEMU is
+ installed and automatically available.
+ </para></listitem>
+ <listitem><para>
+ If you have downloaded a Yocto Project release and unpacked
it to create a
- <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> and
- you have sourced
- the environment setup script, QEMU is installed and automatically
- available.</para></listitem>
- <listitem><para>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.</para></listitem>
+ <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
+ and you have sourced the environment setup script, QEMU is
+ installed and automatically available.
+ </para></listitem>
+ <listitem><para>
+ 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.
+ </para></listitem>
</itemizedlist>
</para>
</section>