From 402383637b9a20614bc56221f86ff5b9013519d2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 13 Jul 2012 11:28:34 -0700 Subject: documentation/poky-ref-manual: Fixed various references to YP I did a scrub for "Yocto Project" and found some that could be changed. (From yocto-docs rev: 985062b6a9320e8a3ca3d3dafb6516db4fbc5bd5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-structure.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 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 3e6a6a2b6a..9d3c358296 100644 --- a/documentation/poky-ref-manual/ref-structure.xml +++ b/documentation/poky-ref-manual/ref-structure.xml @@ -7,10 +7,10 @@ Reference: Directory Structure - The Yocto Project 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 appendix describes the source directory - and gives information about the various files and directories. + This appendix describes the source directory and gives information about the various + files and directories. @@ -26,7 +26,8 @@ <filename>bitbake/</filename> - The Yocto Project includes a copy of BitBake for ease of use. + 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 defined by that data. @@ -59,7 +60,7 @@ the source tree is combined with the output. The build directory is created initially when you source - the Yocto Project environment setup script oe-init-build-env. + the OpenEmbedded build environment setup script oe-init-build-env. @@ -90,7 +91,7 @@ <filename>meta/</filename> - This directory contains the Yocto Project core metadata. + This directory contains the OpenEmbedded Core metadata. The directory holds machine definitions, the Yocto Project distribution, and the packages that make up a given system. @@ -101,7 +102,7 @@ This directory contains recipes for applications and demos that are not part of the - Yocto Project core. + OpenEmbedded core. @@ -142,7 +143,7 @@ <filename>oe-init-build-env</filename> - This script sets up the Yocto Project build environment. + This script sets up the OpenEmbedded build environment. Running this script with the source command in a shell makes changes to PATH and sets other core BitBake variables based on the current working directory. -- cgit v1.2.3-54-g00ecf