From d5848aa719d3e25585d124e7296c1147d000b91b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Jan 2012 14:46:31 -0600 Subject: documentation: cross-manual links hard-coded for 1.1.1 release. All the links to any YP manual for the 1.1.1 release now use "http://www.yoctoproject.org/docs/1.1.1/....". (From yocto-docs rev: 178d16e8693550341a4d307e36af934ce0bfe4c3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../yocto-project-qs/yocto-project-qs.xml | 38 +++++++++++----------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml') diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 3bdb47ec87..a465e0605b 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -37,13 +37,13 @@ Finally, you might find the Frequently Asked Questions (FAQ) for the Yocto Project at Yocto Project FAQ and the FAQ appendix located in - + The Yocto Project Reference Manual helpful. Due to production processes, there could be differences between the Yocto Project documentation bundled in the release tarball and the - + Yocto Project Quick Start on the Yocto Project website. For the latest version of this manual, see the manual on the website. @@ -285,9 +285,9 @@ development system. Doing so allows you to contribute back to the project. For information on how to get set up using this method, see the - "Yocto + "Yocto Project Release" item in - The Yocto Project + The Yocto Project Development Manual. @@ -345,7 +345,7 @@ 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 Yocto Project Reference Manual. @@ -406,8 +406,8 @@ Another couple of variables of interest are the - BB_NUMBER_THREADS and the - PARALLEL_MAKE variables. + BB_NUMBER_THREADS and the + PARALLEL_MAKE variables. By default, these variables are commented out. However, if you have a multi-core CPU you might want to uncomment the lines and set the variable @@ -423,10 +423,10 @@ the image. By default, the Yocto Project build system uses the RPM package manager. You can control this configuration by using the - PACKAGE_CLASSES variable. + PACKAGE_CLASSES variable. For additional package manager selection information, see - "Packaging - package*.bbclass" in - + "Packaging - package*.bbclass" in + The Yocto Project Reference Manual. @@ -435,15 +435,15 @@ 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 Yocto Project Reference Manual. The final command runs the image: @@ -544,9 +544,9 @@ 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 + "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. @@ -577,8 +577,8 @@ You can learn more about downloading a Yocto Project kernel in the - "Linux Yocto Kernel" section of - The + "Linux Yocto Kernel" section of + The Yocto Project Development Manual. @@ -608,7 +608,7 @@ <profile> is the filesystem image's profile: lsb, lsb-dev, lsb-sdk, lsb-qt3, minimal, minimal-dev, sato, sato-dev, or sato-sdk. For information on these types of image profiles, see - Reference: Images in the Yocto Project Reference Manual. + Reference: Images in the Yocto Project Reference Manual. <arch> is a string representing the target architecture: x86, x86-64, ppc, mips, or arm. -- cgit v1.2.3-54-g00ecf