summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-06 16:10:46 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:05:51 +0000
commit7ec098bedc1cc158e26287afb55a1ca7a5afa161 (patch)
tree1dd7281fd49f39a1c0bdfba0291cb36e67fd23aa /documentation
parent68d048abfd291755f44a836c667793fd37489eeb (diff)
downloadpoky-7ec098bedc1cc158e26287afb55a1ca7a5afa161.tar.gz
documentation/adt-manual: Updates for 1.1.1 Release
Decision made to treat every release like a major release. This caused a scrub through the manual for the string "1.1" and "6.0" and changed to "1.1.1" and "6.0.1". Also the release date changed to 17 February. (From yocto-docs rev: d603f89d42442dee6287381e7a0bfb7ddcdc2353) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-eclipse.xml2
-rw-r--r--documentation/adt-manual/adt-manual.xml2
-rw-r--r--documentation/adt-manual/adt-prepare.xml8
3 files changed, 6 insertions, 6 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 3209f04c9b..50275091b5 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -156,7 +156,7 @@
156 <listitem><para>In Eclipse, select "Install New Software" from the "Help" menu.</para></listitem> 156 <listitem><para>In Eclipse, select "Install New Software" from the "Help" menu.</para></listitem>
157 <listitem><para>Click "Add..." in the "Work with:" area.</para></listitem> 157 <listitem><para>Click "Add..." in the "Work with:" area.</para></listitem>
158 <listitem><para>Enter 158 <listitem><para>Enter
159 <filename>http://www.yoctoproject.org/downloads/eclipse-plugin/1.1</filename> 159 <filename>http://www.yoctoproject.org/downloads/eclipse-plugin/1.1.1</filename>
160 in the URL field and provide a meaningful name in the "Name" field.</para></listitem> 160 in the URL field and provide a meaningful name in the "Name" field.</para></listitem>
161 <listitem><para>Click "OK" to have the entry added to the "Work with:" 161 <listitem><para>Click "OK" to have the entry added to the "Work with:"
162 drop-down list.</para></listitem> 162 drop-down list.</para></listitem>
diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manual/adt-manual.xml
index 70471ab4cb..54a22405f1 100644
--- a/documentation/adt-manual/adt-manual.xml
+++ b/documentation/adt-manual/adt-manual.xml
@@ -45,7 +45,7 @@
45 </revision> 45 </revision>
46 <revision> 46 <revision>
47 <revnumber>1.1.1</revnumber> 47 <revnumber>1.1.1</revnumber>
48 <date>12 January 2012</date> 48 <date>17 February 2012</date>
49 <revremark>Released with the Yocto Project 1.1.1 Release.</revremark> 49 <revremark>Released with the Yocto Project 1.1.1 Release.</revremark>
50 </revision> 50 </revision>
51 </revhistory> 51 </revhistory>
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 6fbd28b970..279e013859 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -56,7 +56,7 @@
56 <para> 56 <para>
57 The ADT Installer is contained in the ADT Installer tarball. 57 The ADT Installer is contained in the ADT Installer tarball.
58 You can download the tarball into any directory from 58 You can download the tarball into any directory from
59 <ulink url='http://downloads.yoctoproject.org/releases/yocto/yocto-1.1/adt_installer'></ulink>. 59 <ulink url='http://downloads.yoctoproject.org/releases/yocto/yocto-1.1.1/adt_installer'></ulink>.
60 Or, you can use BitBake to generate the tarball inside the existing Yocto Project 60 Or, you can use BitBake to generate the tarball inside the existing Yocto Project
61 build tree. 61 build tree.
62 </para> 62 </para>
@@ -79,7 +79,7 @@
79 $ cd ~ 79 $ cd ~
80 $ mkdir yocto-project 80 $ mkdir yocto-project
81 $ cd yocto-project 81 $ cd yocto-project
82 $ wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.1/poky-edison-6.0.tar.bz2 82 $ wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.1.1/poky-edison-6.0.1.tar.bz2
83 $ tar xjf poky-edison-6.0.tar.bz2 83 $ tar xjf poky-edison-6.0.tar.bz2
84 $ source poky-edison-6.0/oe-init-build-env 84 $ source poky-edison-6.0/oe-init-build-env
85 $ bitbake adt-installer 85 $ bitbake adt-installer
@@ -204,7 +204,7 @@
204 Follow these steps: 204 Follow these steps:
205 <orderedlist> 205 <orderedlist>
206 <listitem><para>Go to 206 <listitem><para>Go to
207 <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1/toolchain'></ulink> 207 <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1.1/toolchain'></ulink>
208 and find the folder that matches your host development system 208 and find the folder that matches your host development system
209 (i.e. <filename>i586</filename> for 32-bit machines or 209 (i.e. <filename>i586</filename> for 32-bit machines or
210 <filename>x86_64</filename> for 64-bit machines).</para></listitem> 210 <filename>x86_64</filename> for 64-bit machines).</para></listitem>
@@ -342,7 +342,7 @@
342 <filename>mips</filename>, <filename>powerpc</filename>, and <filename>arm</filename>) 342 <filename>mips</filename>, <filename>powerpc</filename>, and <filename>arm</filename>)
343 that you can use unaltered in the QEMU emulator. 343 that you can use unaltered in the QEMU emulator.
344 These kernel images reside in the Yocto Project release 344 These kernel images reside in the Yocto Project release
345 area - <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1/machines/'></ulink> 345 area - <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1.1/machines/'></ulink>
346 and are ideal for experimentation within Yocto Project. 346 and are ideal for experimentation within Yocto Project.
347 For information on the image types you can build using the Yocto Project, see the 347 For information on the image types you can build using the Yocto Project, see the
348 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" appendix in 348 "<ulink url='http://www.yoctoproject.org/docs/1.1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" appendix in