diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-11-01 09:30:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 13:52:54 +0000 |
commit | f184d585de3905a9c8919cb0f916df55f56f4425 (patch) | |
tree | 98a932514bdee8010ed9c9b58c2b9d56440bbb91 /documentation/adt-manual/adt-prepare.xml | |
parent | 3ebfe994816c9003b3c81085b5294c781af0a1b2 (diff) | |
download | poky-f184d585de3905a9c8919cb0f916df55f56f4425.tar.gz |
documentation: adt-manual - Added information for required packages
The note alerting the user to required host development packages
necessary for ADT installation and use was antiquated and did
not point to the new structure, which is in the YP Reference
Manual. I updated the information.
(From yocto-docs rev: edced821838391315fb2f12488cffec9f08eb78c)
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/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>. |