summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-prepare.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 3b1670f8e3..b45da5f6c2 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -95,6 +95,14 @@
95 <para> 95 <para>
96 Before running the ADT Installer script, you need to unpack the tarball. 96 Before running the ADT Installer script, you need to unpack the tarball.
97 You can unpack the tarball in any directory you wish. 97 You can unpack the tarball in any directory you wish.
98 For example, this command copies the ADT Installer tarball from where
99 it was built into the home directory and then unpacks the tarball into
100 a top-level directory named <filename>adt-installer</filename>:
101 <literallayout class='monospaced'>
102 $ cd ~
103 $ cp ~/poky/build/tmp/deploy/sdk/adt_installer.tar.bz2 $HOME
104 $ tar -xjf adt_installer.tar.bz2
105 </literallayout>
98 Unpacking it creates the directory <filename>adt-installer</filename>, 106 Unpacking it creates the directory <filename>adt-installer</filename>,
99 which contains the ADT Installer script (<filename>adt_installer</filename>) 107 which contains the ADT Installer script (<filename>adt_installer</filename>)
100 and its configuration file (<filename>adt_installer.conf</filename>). 108 and its configuration file (<filename>adt_installer.conf</filename>).