diff options
Diffstat (limited to 'documentation/adt-manual/adt-prepare.xml')
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 2e57e0cbe5..3fd231c6a0 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
@@ -63,8 +63,16 @@ | |||
63 | <title>Using the ADT Installer</title> | 63 | <title>Using the ADT Installer</title> |
64 | 64 | ||
65 | <para> | 65 | <para> |
66 | To run the ADT Installer, you need to first get the ADT Installer tarball and then run the ADT | 66 | To run the ADT Installer, you need to get the ADT Installer tarball, be sure |
67 | Installer Script. | 67 | you have the necessary host development packages that support the ADT Installer, |
68 | and then run the ADT Installer Script. | ||
69 | </para> | ||
70 | |||
71 | <para> | ||
72 | For a list of the host packages needed to support ADT installation and use, see the | ||
73 | "ADT Installer Extras" lists in the | ||
74 | "<ulink url='&YOCTO_DOCS_REF_URL;#required-packages-for-the-host-development-system'>Required Packages for the Host Development System</ulink>" section | ||
75 | of the Yocto Project Reference Manual. | ||
68 | </para> | 76 | </para> |
69 | 77 | ||
70 | <section id='getting-the-adt-installer-tarball'> | 78 | <section id='getting-the-adt-installer-tarball'> |
@@ -190,16 +198,6 @@ | |||
190 | $ cd ~/adt-installer | 198 | $ cd ~/adt-installer |
191 | $ ./adt_installer | 199 | $ ./adt_installer |
192 | </literallayout> | 200 | </literallayout> |
193 | </para> | ||
194 | |||
195 | <note> | ||
196 | The ADT Installer requires the <filename>libtool</filename> package to complete. | ||
197 | If you install the recommended packages as described in | ||
198 | "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Packages</ulink>" | ||
199 | section of the Yocto Project Quick Start, then you will have libtool installed. | ||
200 | </note> | ||
201 | |||
202 | <para> | ||
203 | Once the installer begins to run, you are asked to enter the location for | 201 | Once the installer begins to run, you are asked to enter the location for |
204 | cross-toolchain installation. | 202 | cross-toolchain installation. |
205 | The default location is <filename>/opt/poky/<release></filename>. | 203 | The default location is <filename>/opt/poky/<release></filename>. |