From da3edbd85be8db5aa8772977c2ca32be7971f509 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: b0cf4554d3dde3a018f8f7901162474cb423ea12) 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') 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 @@ 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