summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-04 07:52:32 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:05:51 +0000
commit68d048abfd291755f44a836c667793fd37489eeb (patch)
treec385b1d959466ca2ae8b56ac48d03fde87cba26b /documentation/adt-manual
parentd5848aa719d3e25585d124e7296c1147d000b91b (diff)
downloadpoky-68d048abfd291755f44a836c667793fd37489eeb.tar.gz
documentation/adt-manual: Scrub for 1.1 occurrences
Several changes made to turn "1.1" into "1.1.1" for the Edison point release. There could be a couple more. I am waiting on clarification from Beth and Jessica. (From yocto-docs rev: 7a27eba984c4baf7dc22a61a18f9c902acc6f9d6) 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-eclipse.xml6
-rw-r--r--documentation/adt-manual/adt-prepare.xml8
2 files changed, 7 insertions, 7 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 085be3a306..3209f04c9b 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -234,9 +234,9 @@
234 name of the Git branch along with the Yocto Project release you are 234 name of the Git branch along with the Yocto Project release you are
235 using. 235 using.
236 Here is an example that uses the <filename>master</filename> Git repository 236 Here is an example that uses the <filename>master</filename> Git repository
237 and the <filename>1.1M4</filename> release: 237 and the <filename>1.1.1</filename> release:
238 <literallayout class='monospaced'> 238 <literallayout class='monospaced'>
239 $ scripts/build.sh master 1.1M4 239 $ scripts/build.sh master 1.1.1
240 </literallayout> 240 </literallayout>
241 After running the script, the file 241 After running the script, the file
242 <filename>org.yocto.sdk-&lt;release&gt;-&lt;date&gt;-archive.zip</filename> 242 <filename>org.yocto.sdk-&lt;release&gt;-&lt;date&gt;-archive.zip</filename>
@@ -317,7 +317,7 @@
317 </para></listitem> 317 </para></listitem>
318 <listitem><para><emphasis>Point to the Toolchain:</emphasis> 318 <listitem><para><emphasis>Point to the Toolchain:</emphasis>
319 If you are using a stand-alone pre-built toolchain, you should be pointing to the 319 If you are using a stand-alone pre-built toolchain, you should be pointing to the
320 <filename>/opt/poky/1.1</filename> directory. 320 <filename>/opt/poky/1.1.1</filename> directory.
321 This is the location for toolchains installed by the ADT Installer or by hand. 321 This is the location for toolchains installed by the ADT Installer or by hand.
322 Sections "<link linkend='configuring-and-running-the-adt-installer-script'>Configuring 322 Sections "<link linkend='configuring-and-running-the-adt-installer-script'>Configuring
323 and Running the ADT Installer Script</link>" and 323 and Running the ADT Installer Script</link>" and
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 5c673c0dfe..6fbd28b970 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -181,7 +181,7 @@
181 <para> 181 <para>
182 Once the installation completes, the ADT, which includes the cross-toolchain, is installed. 182 Once the installation completes, the ADT, which includes the cross-toolchain, is installed.
183 You will notice environment setup files for the cross-toolchain in 183 You will notice environment setup files for the cross-toolchain in
184 <filename>/opt/poky/1.1</filename>, 184 <filename>/opt/poky/1.1.1</filename>,
185 and image tarballs in the <filename>adt-installer</filename> 185 and image tarballs in the <filename>adt-installer</filename>
186 directory according to your installer configurations, and the target sysroot located 186 directory according to your installer configurations, and the target sysroot located
187 according to the <filename>YOCTOADT_TARGET_SYSROOT_LOC_&lt;arch&gt;</filename> variable 187 according to the <filename>YOCTOADT_TARGET_SYSROOT_LOC_&lt;arch&gt;</filename> variable
@@ -231,7 +231,7 @@
231 </para></note></para></listitem> 231 </para></note></para></listitem>
232 <listitem><para>Make sure you are in the root directory with root privileges and then expand 232 <listitem><para>Make sure you are in the root directory with root privileges and then expand
233 the tarball. 233 the tarball.
234 The tarball expands into <filename>/opt/poky/1.1</filename>. 234 The tarball expands into <filename>/opt/poky/1.1.1</filename>.
235 Once the tarball is expanded, the cross-toolchain is installed. 235 Once the tarball is expanded, the cross-toolchain is installed.
236 You will notice environment setup files for the cross-toolchain in the directory. 236 You will notice environment setup files for the cross-toolchain in the directory.
237 </para></listitem> 237 </para></listitem>
@@ -294,7 +294,7 @@
294 Before you can develop using the cross-toolchain, you need to set up the 294 Before you can develop using the cross-toolchain, you need to set up the
295 cross-development environment by sourcing the toolchain's environment setup script. 295 cross-development environment by sourcing the toolchain's environment setup script.
296 If you used the ADT Installer or used an existing ADT tarball to install the ADT, 296 If you used the ADT Installer or used an existing ADT tarball to install the ADT,
297 then you can find this script in the <filename>/opt/poky/1.1</filename> 297 then you can find this script in the <filename>/opt/poky/1.1.1</filename>
298 directory. 298 directory.
299 If you installed the toolchain in the build tree, you can find the environment setup 299 If you installed the toolchain in the build tree, you can find the environment setup
300 script for the toolchain in the Yocto Project build tree's <filename>tmp</filename> directory. 300 script for the toolchain in the Yocto Project build tree's <filename>tmp</filename> directory.
@@ -308,7 +308,7 @@
308 For example, the toolchain environment setup script for a 64-bit IA-based architecture would 308 For example, the toolchain environment setup script for a 64-bit IA-based architecture would
309 be the following: 309 be the following:
310 <literallayout class='monospaced'> 310 <literallayout class='monospaced'>
311 /opt/poky/1.1/environment-setup-x86_64-poky-linux 311 /opt/poky/1.1.1/environment-setup-x86_64-poky-linux
312 </literallayout> 312 </literallayout>
313 </para> 313 </para>
314</section> 314</section>