summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-11-13 13:57:04 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 13:53:03 +0000
commit24af2693697ac38070f9702a9e6c4527989379ba (patch)
tree39efc564fb56429a9e66107ee77568a8600d5dd6
parenta6372f077cbbe3a659ef2fdddee7f66af80acde9 (diff)
downloadpoky-24af2693697ac38070f9702a9e6c4527989379ba.tar.gz
documentation: adt-manual - Adds opkg configuration note
Fixes [YOCTO #2645] For 1.3.1 the ADT Installer script is based on ipkg stuff according to Jessica. There is a couple of directories created inside the adt-installer directory when you run the script. One of the directories (opkg) has a configuration file in it that might need to be edited depending on where the user is going for YOCTOADT_REPO. If they are using their own repo then need to edit the file. I have added instruction for this scenario. (From yocto-docs rev: 33a3e07947f2ae8cf124c19b5d3111b36aea09e4) 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.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>