summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-prepare.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual/adt-prepare.xml')
-rw-r--r--documentation/adt-manual/adt-prepare.xml28
1 files changed, 23 insertions, 5 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 3fd231c6a0..13f4a19328 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -128,13 +128,16 @@
128 $ cp ~/poky/build/tmp/deploy/sdk/adt_installer.tar.bz2 $HOME 128 $ cp ~/poky/build/tmp/deploy/sdk/adt_installer.tar.bz2 $HOME
129 $ tar -xjf adt_installer.tar.bz2 129 $ tar -xjf adt_installer.tar.bz2
130 </literallayout> 130 </literallayout>
131 Unpacking it creates the directory <filename>adt-installer</filename>, 131 Unpacking the tarball creates the directory <filename>adt-installer</filename>,
132 which contains the ADT Installer script (<filename>adt_installer</filename>) 132 which contains the ADT Installer script (<filename>adt_installer</filename>),
133 and its configuration file (<filename>adt_installer.conf</filename>). 133 its configuration file (<filename>adt_installer.conf</filename>), a
134 <filename>scripts</filename> directory, and an <filename>opkg</filename>
135 directory.
134 </para> 136 </para>
135 137
136 <para> 138 <para>
137 Before you run the script, however, you should examine the ADT Installer configuration 139 Before you run the ADT Installer script, however, you should examine
140 the ADT Installer configuration
138 file and be sure you are going to get what you want. 141 file and be sure you are going to get what you want.
139 Your configurations determine which kernel and filesystem image are downloaded. 142 Your configurations determine which kernel and filesystem image are downloaded.
140 </para> 143 </para>
@@ -152,7 +155,22 @@
152 <filename>YOCTOADT_REPO</filename>, you need to be sure that the 155 <filename>YOCTOADT_REPO</filename>, you need to be sure that the
153 directory structure follows the same layout as the reference directory 156 directory structure follows the same layout as the reference directory
154 set up at <ulink url='http://adtrepo.yoctoproject.org'></ulink>. 157 set up at <ulink url='http://adtrepo.yoctoproject.org'></ulink>.
155 Also, your repository needs to be accessible through HTTP.</para></listitem> 158 Also, your repository needs to be accessible through HTTP.</para>
159 <para>Additionally, you will need to edit a second configuration file
160 located in the <filename>adt-installer/opkg</filename> directory.
161 The configuration file you edit depends on your host development
162 system.
163 For 64-bit systems, edit the <filename>opkg-sdk-x86_64.conf</filename>
164 file.
165 If your host development system is 32-bit, edit the
166 <filename>opkg-sdk-i686.conf</filename> file.
167 For both cases, you need to make sure you are pointing to
168 the IPKG-based packages specified by the
169 <filename>YOCTOADT_REPO</filename>.
170 Here is an example for a 64-bit development system:
171 <literallayout class='monospaced'>
172 src yp-x86_64-nativesdk http://my_repo/yp-1.3.1/adt-ipk/x86_64-nativesdk
173 </literallayout></para></listitem>
156 <listitem><para><filename>YOCTOADT_TARGETS</filename>: The machine 174 <listitem><para><filename>YOCTOADT_TARGETS</filename>: The machine
157 target architectures for which you want to set up cross-development 175 target architectures for which you want to set up cross-development
158 environments.</para></listitem> 176 environments.</para></listitem>