summaryrefslogtreecommitdiffstats
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:53 +0000
commit8b6416db1e04af83ecdf57522240ac859d5d8031 (patch)
treea241fc24a2b8d2a13df05108155882d4380a9a24
parent17600d23d8edfe01bd4512ad8e13f22c79f79140 (diff)
downloadpoky-bernard-5.0.tar.gz
documentation/adt-manual/adt-prepare.xml: Added instruction for building ADT tarballbernard-5.0
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>
-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 77999b8b42..1733141577 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -22,6 +22,14 @@
22 user-space NFS, define which root filesystem profiles to download, 22 user-space NFS, define which root filesystem profiles to download,
23 and allows you to define the target sysroot location. 23 and allows you to define the target sysroot location.
24 </para> 24 </para>
25 <note>
26 If you need to generate the ADT tarball you can do so using the following command:
27 <literallayout class='monospaced'>
28 $ bitbake adt-installer
29 </literallayout>
30 This command generates the file <filename>adt-installer.tar.bz2</filename>
31 in the <filename>../build/tmp/deploy/sdk</filename> directory.
32 </note>
25 33
26 <section id='configuring-and-running-the-adt-installer'> 34 <section id='configuring-and-running-the-adt-installer'>
27 <title>Configuring and Running the ADT Installer</title> 35 <title>Configuring and Running the ADT Installer</title>
@@ -120,14 +128,14 @@
120 <section id='using-an-existing-toolchain-tarball'> 128 <section id='using-an-existing-toolchain-tarball'>
121 <title>Using an Existing Toolchain Tarball</title> 129 <title>Using an Existing Toolchain Tarball</title>
122 <para> 130 <para>
123 If you dont want to use the ADT Installer you can install the toolchain 131 If you do not want to use the ADT Installer you can install the toolchain
124 and the sysroot by hand. 132 and the sysroot by hand.
125 Follow these steps: 133 Follow these steps:
126 <orderedlist> 134 <orderedlist>
127 <listitem><para>Locate and download the architecture-specific toolchain 135 <listitem><para>Locate and download the architecture-specific toolchain
128 tarball from <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-0.9'></ulink>. 136 tarball from <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.0'></ulink>.
129 Look in the ‘toolchain’ folder and then open up the folder that matches your 137 Look in the ‘toolchain’ folder and then open up the folder that matches your
130 host development system (i.e. 'i586' for 32-bit machines or 'x86_64' 138 host development system (i.e. 'i686' for 32-bit machines or 'x86_64'
131 for 64-bit machines). 139 for 64-bit machines).
132 Then, select the toolchain tarball whose name includes the appropriate 140 Then, select the toolchain tarball whose name includes the appropriate
133 target architecture. 141 target architecture.