From 10a8fb437e14bc3580731d1ed7d0d29821c1e5b7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 13 Jun 2011 12:27:38 -0700 Subject: documentation/yocto-project-qs/yocto-project-qs.xml: removed 5.0 references Removed several instances to the 5.0 Bernard release. I replaced these with the 5.0.1 release. I also re-wrote a paragraph that instructs the user on where to find and download the most recent YP tarball. It used to point to the Index of /Downloads into the "yocto-1.0" folder. I now instruct the user to go to the Yocto Project website and download the desired release from there. (From yocto-docs rev: fe35396177a5d48a0d04caf9e3abf4bb414af04d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../yocto-project-qs/yocto-project-qs.xml | 23 +++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 3f9519221c..f0420aadfb 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -188,10 +188,15 @@ Yocto Project Release - The latest release images for the Yocto Project are kept at - . - Nightly and developmental builds are also maintained. However, for this - document a released version of Yocto Project is used. + You can download the latest release images for the Yocto Project on the + Yocto Project Download page. + Just go to the page and click the "Yocto Downloads" link found in the "Download" + navigation pane to the right to view all available Yocto Project releases. + Then, click the "Yocto Release" link for the release you want from the list to + begin the download. + Nightly and developmental builds are also maintained at + . + However, for this document a released version of Yocto Project is used. @@ -253,9 +258,9 @@ - $ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.tar.bz2 - $ tar xjf poky-bernard-5.0.tar.bz2 - $ source poky-bernard-5.0/poky-init-build-env poky-5.0-build + $ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.1.tar.bz2 + $ tar xjf poky-bernard-5.0.1.tar.bz2 + $ source poky-bernard-5.0.1/poky-init-build-env poky-5.0.1-build @@ -273,8 +278,8 @@ The first two commands extract the Yocto Project files from the release tarball and place them into a subdirectory of your current directory. The source command creates the - poky-5.0-build directory and executes the cd - command to make poky-5.0-build the working directory. + poky-5.0.1-build directory and executes the cd + command to make poky-5.0.1-build the working directory. The resulting build directory contains all the files created during the build. By default the target architecture is qemux86. To change this default, edit the value of the MACHINE variable in the -- cgit v1.2.3-54-g00ecf