From 853c5613acd65ef76996931ca39e55cab11594e1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Apr 2012 15:46:02 -0600 Subject: documentation: Run-through changes for 1.2 Reading through the manual I discovered some inconsistencies with how links were handled. I fixed this in both the QS and one anchor in the FAQ appendix of the YP Reference Manual. (From yocto-docs rev: 32444e839a1541ab2c02fa31cd094605d1a2429a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/faq.xml | 2 +- .../yocto-project-qs/yocto-project-qs.xml | 37 ++++++++++------------ 2 files changed, 17 insertions(+), 22 deletions(-) diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 249a28d8f4..e0dbb1d84d 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml @@ -493,7 +493,7 @@ - How does the Yocto Project obtain source code and will it work behind my + How does the Yocto Project build system obtain source code and will it work behind my firewall or proxy server? diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 9ab11a5f1d..96610f4aec 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -294,9 +294,7 @@ Doing so allows you to contribute back to the project. For information on how to get set up using this method, see the "Yocto - Project Release" item in - The Yocto Project - Development Manual. + Project Release" item in The Yocto Project Development Manual. @@ -351,9 +349,9 @@ By default, the Yocto Project searches for source code using a pre-determined order 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 + the FAQ entry "How does the Yocto Project build system obtain source code and will it work behind my firewall or proxy server?" in - + The Yocto Project Reference Manual. @@ -361,14 +359,14 @@ $ wget &YOCTO_POKY_DL_URL; $ tar xjf &YOCTO_POKY;.tar.bz2 - $ source &OE_INIT_PATH; edison-6.0-build + $ source &OE_INIT_PATH; &YOCTO_POKY;-build To help conserve disk space during builds, you can add the following statement to your project's configuration file, which for this example - is edison-6.0-build/conf/local.conf. + is &YOCTO_POKY;-build/conf/local.conf. Adding this statement deletes the work directory used for building a package once the package is built. @@ -384,13 +382,13 @@ Yocto Project website Downloads page to retrieve the tarball. The second command extracts the files from the tarball and places - them into a directory named poky-edison-6.0 in the current + them into a directory named &YOCTO_POKY; 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 edison-6.0-build in this case. + build directory, which is &YOCTO_POKY;-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 @@ -430,9 +428,8 @@ You can control this configuration by using the PACKAGE_CLASSES variable. For additional package manager selection information, see - "Packaging - package*.bbclass" in - - The Yocto Project Reference Manual. + "Packaging - package*.bbclass" + in The Yocto Project Reference Manual. @@ -441,15 +438,15 @@ For information on the -k option use the bitbake --help command or see the "BitBake" section in - The Yocto Project Reference Manual. + 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 Yocto Project Reference Manual. + see the + FAQ in The Yocto Project Reference + Manual. The final command runs the image: @@ -550,9 +547,8 @@ For more information on how to install tarballs, see the "Using a Cross-Toolchain Tarball" and - "Using BitBake and the Yocto Project Build Tree" sections in - The Yocto Project - Application Development Toolkit (ADT) User's Guide. + "Using BitBake and the Yocto Project Build Tree" sections in The Yocto Project Application Development Toolkit (ADT) + User's Guide. @@ -583,8 +579,7 @@ You can learn more about downloading a Yocto Project kernel in the "Linux Yocto Kernel" section of - The - Yocto Project Development Manual. + The Yocto Project Development Manual. -- cgit v1.2.3-54-g00ecf