summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
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-03-08 12:07:40 -0800
commit4c6c766baa709f7c491a4f27606d2d0c454fc36f (patch)
tree171df7c9492c922ee7f4f2610a0ea8ef0b2719b0 /documentation/adt-manual
parent655f357881ac3b9764d14f630daf106ce3990673 (diff)
downloadpoky-4c6c766baa709f7c491a4f27606d2d0c454fc36f.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: 32e7413623a5b43484d402989f892527e4a0fc48) 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')
-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 958129c3a7..37d355e275 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>).