From 8d088b972d84a8ca257b16ce34d65d15b648722d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 5 Oct 2011 12:05:41 -0700 Subject: documentation/yocto-project-qs/yocto-project-qs.xml: release name and misc. I somehow had either dreamed the word "einstein" into the release for 1.1 and had it in there as part of the tarball name, etc. I have replaced this obviously with "edison." Other edits involved making the references to outside documents more consistent. (From yocto-docs rev: 2407b7dd89712c489d515e97d44e3c7dc0b64d20) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../yocto-project-qs/yocto-project-qs.xml | 27 +++++++++++----------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'documentation') diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 3c092e5..71fb0ab 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -36,9 +36,9 @@ Finally, you might find the Frequently Asked Questions (FAQ) for the Yocto Project at Yocto Project FAQ and - the FAQ appendix located in the + the FAQ appendix located in - Yocto Project Reference Manual helpful. + The Yocto Project Reference Manual helpful. Due to production processes, there could be differences between the Yocto Project @@ -316,16 +316,16 @@ through a set of locations. If you encounter problems with the Yocto Project finding and downloading source code, see the FAQ entry "How does Poky obtain source code and will it work behind my - firewall or proxy server?" in the + firewall or proxy server?" in - Yocto Project Reference Manual. + The Yocto Project Reference Manual. - $ wget http://www.yoctoproject.org/downloads/poky/poky-einstein-6.0.tar.bz2 - $ tar xjf poky-einstein-6.0.tar.bz2 - $ source poky-einstein-6.0/oe-init-build-env einstein-6.0-build + $ wget http://www.yoctoproject.org/downloads/poky/poky-edison-6.0.tar.bz2 + $ tar xjf poky-edison-6.0.tar.bz2 + $ source poky-edison-6.0/oe-init-build-env edison-6.0-build @@ -333,7 +333,7 @@ To help conserve disk space during builds, you can add the following statement to your local.conf file in the Yocto Project build directory, which for this example - is einstein-6.0-build. + is edison-6.0-build. Adding this statement deletes the work directory used for building a package once the package is built. @@ -349,14 +349,14 @@ Yocto Project website downloads area to retrieve the tarball. The second command extracts the files from the tarball and places - them into a directory named poky-einstein-6.0 in the current + them into a directory named poky-edison-6.0 in the current directory. The third command runs the Yocto Project environment setup script. Running this script defines Yocto Project build environment settings needed to complete the build. The script also creates the Yocto Project - build directory, which is einstein-6.0-build in this case. + build directory, which is edison-6.0-build in this case. After the script runs, your current working directory is set to the build directory. Later, when the build completes, the build directory contains all the files @@ -410,15 +410,16 @@ core-image-sato in this example. For information on the -k option use the bitbake --help command or see the - "BitBake" section in the Yocto Project Reference Manual. + "BitBake" section in + The Yocto Project Reference Manual. $ bitbake -k core-image-sato BitBake requires Python 2.6 or 2.7. For more information on this requirement, - see the FAQ appendix in the + see the FAQ appendix in - Yocto Project Reference Manual. + The Yocto Project Reference Manual. The final command runs the image: -- cgit v1.1