From 27af23e65f63b41962a7cfddba9e9372d5212396 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 22 Oct 2012 14:22:09 -0700 Subject: documentation: yocto-project-qs - Final changes before the 1.3 lockdown Fixed used of "Source Directory" and Build Directory. (From yocto-docs rev: a4d79c5a7e73003fc99c274d876fbea453a80d20) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../yocto-project-qs/yocto-project-qs.xml | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 06a0b1ad68..3594b6ea50 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -56,7 +56,7 @@ FAQs: Lists commonly asked Yocto Project questions and answers. You can find two FAQs: Yocto Project FAQ on a wiki, and the - FAQ chapter in + "FAQ" chapter in the Yocto Project Reference Manual. Developer Screencast: The @@ -406,23 +406,23 @@ them into a directory named &YOCTO_POKY; in the current directory. The third and fourth commands change the working directory to the - source directory + Source Directory and run the Yocto Project environment setup script. Running this script defines OpenEmbedded build environment settings needed to complete the build. The script also creates the - build directory, + Build Directory, which is build in this case and is located in the - source directory. + Source Directory. 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 + to the Build Directory. + Later, when the build completes, the Build Directory contains all the files created during the build. Take some time to examine your local.conf file - in your project's configuration directory, which is found in the build directory. + in your project's configuration directory, which is found in the Build Directory. The defaults in that file should work fine. However, there are some variables of interest at which you might look. @@ -741,7 +741,7 @@ Getting the Yocto Project - Set up your source directory + Set up your Source Directory one of two ways: Tarball: @@ -775,9 +775,9 @@ From the parent directory your - source directory, + Source Directory, initialize your environment and provide a meaningful - build directory + Build Directory name: $ source poky/&OE_INIT_FILE; mybuilds @@ -785,7 +785,7 @@ At this point, the mybuilds directory has been created for you and it is now your current working directory. If you don't provide your own directory name it defaults to build, - which is inside the source directory. + which is inside the Source Directory. @@ -794,7 +794,7 @@ Initializing the build environment creates a conf/local.conf configuration file - in the build directory. + in the Build Directory. You need to manually edit this file to specify the machine you are building and to optimize your build time. Here are the minimal changes to make: -- cgit v1.2.3-54-g00ecf