diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 0f1892200a..c4547fc62a 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml @@ -39,7 +39,7 @@ $ git branch -a $ git tag -l - For this example we are going to use the Yocto Project 1.1 Release, which is code + For this example we are going to use the Yocto Project 1.1.1 Release, which is code named "edison". These commands create a local branch named edison that tracks the remote branch of the same name. diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index 533875b040..145ab38ae1 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -148,7 +148,7 @@ $ git branch -a $ git tag -l - This example uses the Yocto Project 1.1 Release code named "edison", + This example uses the Yocto Project 1.1.1 Release code named "edison", which maps to the edison branch in the repository. The following commands create and checkout the local edison branch: diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index bb36fd2bd6..9735cfb9f4 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -553,12 +553,12 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the (QEMU or real hardware), the area you get the image from differs. Download the image from - + machines if your target architecture is supported and you are going to develop and test your application on actual hardware. Download the image from the - + machines/qemu if your target architecture is supported and you are going to develop and test your application using the QEMU emulator. @@ -630,14 +630,14 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the Install the cross-development toolchain for your target hardware: For information on how to install the toolchain, see the - "Using a Cross-Toolchain Tarball" section in - The Yocto Project + "Using a Cross-Toolchain Tarball" section in + The Yocto Project Application Development (ADT) User's Manual. Download the Target Image: The Yocto Project supports several target architectures and has many pre-built kernel images and root filesystem images. If you are going to develop your application on hardware, go to the - + machines download area and choose a target machine area from which to download the kernel image and root filesystem. This download area could have several files in it that support development using @@ -647,7 +647,7 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the Be sure to get the files you need for your particular development process. If you are going to develop your application and then run and test it using the QEMU emulator, go to the - + machines/qemu download area. From this area, go down into the directory for your target architecture (e.g. qemux86_64 for an diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 1f5d72eb0e..2535bc35a9 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -75,9 +75,9 @@ back into the Yocto Project, you can simply download the Yocto Project release you want from the website’s download page. Once you have the tarball, just extract it into a directory of your choice. - For example, the following command extracts the Yocto Project 1.1 release tarball + For example, the following command extracts the Yocto Project 1.1.1 release tarball into the current working directory and sets up the Yocto Project file structure - with a top-level directory named poky-1.1: + with a top-level directory named poky-1.1.1: $ tar xfj poky-edison-6.0.tar.bz2 diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml index 094d279ca0..b5d15eeb50 100644 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-manual.xml @@ -35,7 +35,7 @@ 1.1.1 - 12 January 2012 + 17 February 2012 Released with the Yocto Project 1.1.1 Release.