From 7ec098bedc1cc158e26287afb55a1ca7a5afa161 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 6 Jan 2012 16:10:46 -0600 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-eclipse.xml | 2 +- documentation/adt-manual/adt-manual.xml | 2 +- documentation/adt-manual/adt-prepare.xml | 8 ++++---- 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 @@ In Eclipse, select "Install New Software" from the "Help" menu. Click "Add..." in the "Work with:" area. Enter - http://www.yoctoproject.org/downloads/eclipse-plugin/1.1 + http://www.yoctoproject.org/downloads/eclipse-plugin/1.1.1 in the URL field and provide a meaningful name in the "Name" field. Click "OK" to have the entry added to the "Work with:" drop-down list. 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 @@ 1.1.1 - 12 January 2012 + 17 February 2012 Released with the Yocto Project 1.1.1 Release. 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 @@ The ADT Installer is contained in the ADT Installer tarball. You can download the tarball into any directory from - . + . Or, you can use BitBake to generate the tarball inside the existing Yocto Project build tree. @@ -79,7 +79,7 @@ $ cd ~ $ mkdir yocto-project $ cd yocto-project - $ wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.1/poky-edison-6.0.tar.bz2 + $ wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.1.1/poky-edison-6.0.1.tar.bz2 $ tar xjf poky-edison-6.0.tar.bz2 $ source poky-edison-6.0/oe-init-build-env $ bitbake adt-installer @@ -204,7 +204,7 @@ Follow these steps: Go to - + and find the folder that matches your host development system (i.e. i586 for 32-bit machines or x86_64 for 64-bit machines). @@ -342,7 +342,7 @@ mips, powerpc, and arm) that you can use unaltered in the QEMU emulator. These kernel images reside in the Yocto Project release - area - + area - and are ideal for experimentation within Yocto Project. For information on the image types you can build using the Yocto Project, see the "Reference: Images" appendix in