summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-03-25 11:34:09 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-25 17:40:30 +0000
commitafd28598368963dc49bfd02ef2d6f54218d663ae (patch)
tree4902bc1b82b9591d11e22927ac22c15dd20f63c4 /documentation/adt-manual
parent0cb23cb4247b3969ce8e8d405de431d63fc1b70c (diff)
downloadast2050-yocto-poky-afd28598368963dc49bfd02ef2d6f54218d663ae.zip
ast2050-yocto-poky-afd28598368963dc49bfd02ef2d6f54218d663ae.tar.gz
documentation/adt-manual/adt-prepare.xml: Added instruction for building ADT tarball
I added a note in the "Installing the ADT" section (2.1) saying that if you need to build the ADT tarball you can use 'bitbake adt-installer'. I also changed the location of the toolchain from '...yocto-0.9' to '...yocto-1.0'. Finally, I changed the host sub-directory in the toolchain directory from 'i586' to i686'. (From OE-Core rev: 18124c5065fc570e672d068e915e0f476d20379c) 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.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 77999b8..1733141 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -22,6 +22,14 @@
user-space NFS, define which root filesystem profiles to download,
and allows you to define the target sysroot location.
</para>
+ <note>
+ If you need to generate the ADT tarball you can do so using the following command:
+ <literallayout class='monospaced'>
+ $ bitbake adt-installer
+ </literallayout>
+ This command generates the file <filename>adt-installer.tar.bz2</filename>
+ in the <filename>../build/tmp/deploy/sdk</filename> directory.
+ </note>
<section id='configuring-and-running-the-adt-installer'>
<title>Configuring and Running the ADT Installer</title>
@@ -120,14 +128,14 @@
<section id='using-an-existing-toolchain-tarball'>
<title>Using an Existing Toolchain Tarball</title>
<para>
- If you don’t want to use the ADT Installer you can install the toolchain
+ If you do not want to use the ADT Installer you can install the toolchain
and the sysroot by hand.
Follow these steps:
<orderedlist>
<listitem><para>Locate and download the architecture-specific toolchain
- tarball from <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-0.9'></ulink>.
+ tarball from <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.0'></ulink>.
Look in the ‘toolchain’ folder and then open up the folder that matches your
- host development system (i.e. 'i586' for 32-bit machines or 'x86_64'
+ host development system (i.e. 'i686' for 32-bit machines or 'x86_64'
for 64-bit machines).
Then, select the toolchain tarball whose name includes the appropriate
target architecture.
OpenPOWER on IntegriCloud