diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-26 13:58:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-28 17:54:28 +0100 |
commit | 691d46286c97dd1e9e1a4c9dbf3b9dc3149b8a9e (patch) | |
tree | 6ad6e9b4aad2d219da643f7209e0ef06794da813 /documentation/adt-manual/adt-prepare.xml | |
parent | 43f295d3f13fd1a2d0c5708dbc929e6ce5733db1 (diff) | |
download | poky-691d46286c97dd1e9e1a4c9dbf3b9dc3149b8a9e.tar.gz |
documentation: adt-manual - updates to adt_installer location choice
Fixes [YOCTO_#2930]
You can now select the install location directory instead of
automatically going to /opt/poky. Some small edits to the
section that describes what happens when you fire off the
adt_installer script.
(From yocto-docs rev: 57f34c9b3a82222ed0ffc99e998614884b9a3486)
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 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 119bfdad22..5957915419 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
@@ -200,9 +200,10 @@ | |||
200 | </note> | 200 | </note> |
201 | 201 | ||
202 | <para> | 202 | <para> |
203 | Once the installer begins to run, you are asked to confirm the location for | 203 | Once the installer begins to run, you are asked to enter the location for |
204 | cross-toolchain installation, which is <filename>/opt/poky/<release></filename>. | 204 | cross-toolchain installation. |
205 | After confirming the location, you are prompted to run in | 205 | The default location is <filename>/opt/poky/<release></filename>. |
206 | After selecting the location, you are prompted to run in | ||
206 | interactive or silent mode. | 207 | interactive or silent mode. |
207 | If you want to closely monitor the installation, choose “I” for interactive | 208 | If you want to closely monitor the installation, choose “I” for interactive |
208 | mode rather than “S” for silent mode. | 209 | mode rather than “S” for silent mode. |