From f735e50c63ac9f0cd15ad6ad38e46565846fffe8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 22 Oct 2012 14:16:22 -0700 Subject: documentation: poky-ref-manual - Final changes before the 1.3 lockdown. various changes as required. (From yocto-docs rev: 7f166508337c9d4aadad23997470a8871c5e42a4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-structure.xml | 38 ++++++++++++------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'documentation/poky-ref-manual/ref-structure.xml') diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml index ece4894528..be2773b624 100644 --- a/documentation/poky-ref-manual/ref-structure.xml +++ b/documentation/poky-ref-manual/ref-structure.xml @@ -7,14 +7,14 @@ Source Directory Structure - The source directory consists of several components. + The Source Directory consists of several components. Understanding them and knowing where they are located is key to using the Yocto Project well. - This chapter describes the source directory and gives information about the various + This chapter describes the Source Directory and gives information about the various files and directories. - For information on how to establish a local source directory on your development system, see the + For information on how to establish a local Source Directory on your development system, see the "Getting Set Up" section in the Yocto Project Development Manual. @@ -26,7 +26,7 @@ <filename>bitbake/</filename> - The source directory + The Source Directory includes a copy of BitBake for ease of use. The copy usually matches the current stable BitBake release from the BitBake project. BitBake, a metadata interpreter, reads the Yocto Project metadata and runs the tasks @@ -39,7 +39,7 @@ When you run the bitbake command, the wrapper script in scripts/ is executed to run the main BitBake executable, which resides in the bitbake/bin/ directory. - Sourcing the oe-init-build-env + Sourcing the &OE_INIT_FILE; script places the scripts and bitbake/bin directories (in that order) into the shell's PATH environment variable. @@ -59,19 +59,19 @@ This directory contains user configuration files and the output generated by the OpenEmbedded build system in its standard configuration where the source tree is combined with the output. - The build directory + The Build Directory is created initially when you source - the OpenEmbedded build environment setup script oe-init-build-env. + the OpenEmbedded build environment setup script &OE_INIT_FILE;. It is also possible to place output and configuration files in a directory separate from the - source directory + Source Directory by providing a directory name when you source the setup script. - For information on separating output from your local source directory files, see oe-init-build-env. + For information on separating output from your local Source Directory files, see &OE_INIT_FILE;. @@ -141,7 +141,7 @@ This directory contains various integration scripts that implement extra functionality in the Yocto Project environment (e.g. QEMU scripts). - The oe-init-build-env script appends this + The &OE_INIT_FILE; script appends this directory to the shell's PATH environment variable. @@ -153,7 +153,7 @@
- <filename>oe-init-build-env</filename> + <filename>&OE_INIT_FILE;</filename> This script sets up the OpenEmbedded build environment. @@ -166,16 +166,16 @@ - By default, running this script without a build directory argument creates the + By default, running this script without a Build Directory argument creates the build directory. - If you provide a build directory argument when you source + If you provide a Build Directory argument when you source the script, you direct OpenEmbedded build system to create a - build directory of your choice. - For example, the following command creates a build directory named + Build Directory of your choice. + For example, the following command creates a Build Directory named mybuilds that is outside of the - source directory: + Source Directory: - $ source oe-init-build-env ~/mybuilds + $ source &OE_INIT_FILE; ~/mybuilds
@@ -387,7 +387,7 @@ data. Packages that need to share output with other packages do so within this directory. The directory is subdivided by architecture so multiple builds can run within - the one build directory. + the one Build Directory. -- cgit v1.2.3-54-g00ecf