diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 6825e2cfe9..352f89e04f 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -307,11 +307,11 @@ You can download the latest Yocto Project release by going to 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. + Yocto Project website + clicking "Downloads" in the navigation pane to the left to view all + available Yocto Project releases. + Be sure to scroll down and look for "Yocto Project" under the + "Type" heading in the list. Nightly and developmental builds are also maintained at . However, for this document a released version of Yocto Project is used. @@ -408,15 +408,16 @@ release tarball from the source repositories using the wget command. Alternatively, you can go to the - Yocto Project website's Downloads page - to retrieve the tarball. + Yocto Project website's + "Downloads" page to retrieve the tarball. The second command extracts the files from the tarball and places them into a directory named &YOCTO_POKY; in the current directory. The third and fourth commands change the working directory to the Source Directory and run the Yocto Project - environment setup script. + &OE_INIT_FILE; + environment setup script. Running this script defines OpenEmbedded build environment settings needed to complete the build. The script also creates the @@ -461,9 +462,9 @@ By default, the OpenEmbedded build system uses the RPM package manager. You can control this configuration by using the PACKAGE_CLASSES variable. - For additional package manager selection information, see + For additional package manager selection information, see the "Packaging - package*.bbclass" - in the Yocto Project Reference Manual. + section in the Yocto Project Reference Manual. @@ -661,6 +662,11 @@ <arch> is a string representing the target architecture: x86, x86-64, ppc, mips, or arm. + + For the qemu architecture, + ext3 and tar + files start with the "lib32" string. +