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