From 05738313c3922e71c174bcafd7ac0b5e96f70c47 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 6 Jan 2012 16:41:20 -0600 Subject: [PATCH] documentation/yocto-project-qs: 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". (From yocto-docs rev: 3bd37946985b5a38860a61887d0bac4930c7cde1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../yocto-project-qs/yocto-project-qs.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index a465e0605b..641077c0a8 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -351,7 +351,7 @@ - $ 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 edison-6.0-build @@ -497,7 +497,7 @@ You can download the pre-built toolchain, which includes the runqemu script and support files, from the appropriate directory under - . + . Toolchains are available for 32-bit and 64-bit development systems from the i686 and x86_64 directories, respectively. Each type of development system supports five target architectures. @@ -525,7 +525,7 @@ - poky-eglibc-x86_64-i586-toolchain-gmae-1.1.tar.bz2 + poky-eglibc-x86_64-i586-toolchain-gmae-1.1.1.tar.bz2 @@ -538,7 +538,7 @@ $ cd / - $ sudo tar -xvjf ~/toolchains/poky-eglibc-x86_64-i586-toolchain-gmae-1.1.tar.bz2 + $ sudo tar -xvjf ~/toolchains/poky-eglibc-x86_64-i586-toolchain-gmae-1.1.1.tar.bz2 @@ -556,7 +556,7 @@ You can download the pre-built Linux kernel suitable for running in the QEMU emulator from - . + . Be sure to use the kernel that matches the architecture you want to simulate. Download areas exist for the five supported machine architectures: qemuarm, qemumips, qemuppc, @@ -588,7 +588,7 @@ You can also download the filesystem image suitable for your target architecture from - . + . Again, be sure to use the filesystem that matches the architecture you want to simulate. @@ -623,7 +623,7 @@ Before you start the QEMU emulator, you need to set up the emulation environment. The following command form sets up the emulation environment. - $ source /opt/poky/1.1/environment-setup-<arch>-poky-linux-<if> + $ source /opt/poky/1.1.1/environment-setup-<arch>-poky-linux-<if> Where: <arch> is a string representing the target architecture: @@ -656,8 +656,8 @@ This example assumes the root filesystem tarball has been downloaded and expanded, and that the kernel and filesystem are for a 32-bit target architecture. - $ source /opt/poky/1.1/environment-setup-i686-poky-linux - $ runqemu qemux86 bzImage-3.0-qemux86-1.1.bin \ + $ source /opt/poky/1.1.1/environment-setup-i686-poky-linux + $ runqemu qemux86 bzImage-3.0-qemux86-1.1.1.bin \ core-image-sato-qemux86.ext3