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)
downloadast2050-yocto-poky-4c6c766baa709f7c491a4f27606d2d0c454fc36f.zip
ast2050-yocto-poky-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 958129c..37d355e 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -95,6 +95,14 @@
<para>
Before running the ADT Installer script, you need to unpack the tarball.
You can unpack the tarball in any directory you wish.
+ For example, this command copies the ADT Installer tarball from where
+ it was built into the home directory and then unpacks the tarball into
+ a top-level directory named <filename>adt-installer</filename>:
+ <literallayout class='monospaced'>
+ $ cd ~
+ $ cp ~/poky/build/tmp/deploy/sdk/adt_installer.tar.bz2 $HOME
+ $ tar -xjf adt_installer.tar.bz2
+ </literallayout>
Unpacking it creates the directory <filename>adt-installer</filename>,
which contains the ADT Installer script (<filename>adt_installer</filename>)
and its configuration file (<filename>adt_installer.conf</filename>).
OpenPOWER on IntegriCloud