From 4c6c766baa709f7c491a4f27606d2d0c454fc36f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 13 Jan 2012 09:02:31 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-prepare.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'documentation/adt-manual') 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 @@ 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 adt-installer: + + $ cd ~ + $ cp ~/poky/build/tmp/deploy/sdk/adt_installer.tar.bz2 $HOME + $ tar -xjf adt_installer.tar.bz2 + Unpacking it creates the directory adt-installer, which contains the ADT Installer script (adt_installer) and its configuration file (adt_installer.conf). -- cgit v1.2.3-54-g00ecf