diff options
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-intro.xml | 32 |
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> |