summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-13 09:02:31 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:05:59 +0000
commitda3edbd85be8db5aa8772977c2ca32be7971f509 (patch)
treeadc58078ebbb0f99cd246d456a779c2b0dc4f332 /documentation
parent44aa4f320a444253caa84a26c86f07fad7ff6b97 (diff)
downloadpoky-da3edbd85be8db5aa8772977c2ca32be7971f509.tar.gz
documentation/adt-manual/adt-prepare.xml: added unpacking text
I added text to show how to unpack the generated ADT Installer tarball. (From yocto-docs rev: b0cf4554d3dde3a018f8f7901162474cb423ea12) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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>).