From a717c33e5d2f51cdc9d163696ce1f9229a8a3d4b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 13 Jun 2012 13:24:55 -0700 Subject: documentation/poky-ref-manual/ref-structure.xml: 1.1.2 variables and updates First pass at implementing the poky.ent variables. Also updated minor text changes. (From yocto-docs rev: a72317d4ce7759d45320bd2b7142edb43c371578) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-structure.xml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 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 478848c098..176c42fe8d 100644 --- a/documentation/poky-ref-manual/ref-structure.xml +++ b/documentation/poky-ref-manual/ref-structure.xml @@ -1,5 +1,6 @@ +"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" +[ %poky; ] > @@ -14,10 +15,8 @@ For information on how to establish the Yocto Project files on your local development system, see the - - Getting Setup section in the - - The Yocto Project Development Manual. + "Getting Set Up" + section in the Yocto Project Development Manual.
@@ -35,7 +34,7 @@ from BitBake itself. Consequently, most users do not need to worry about BitBake. The bitbake/bin/ directory is placed - into the PATH environment variable by the + into the shell's PATH environment variable by the oe-init-build-env script. @@ -121,7 +120,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 - directory to the PATH environment variable. + directory to the shell's PATH environment variable. @@ -363,7 +362,7 @@ This directory contains intermediate packaging data that is used later in the packaging process. - For more information, see package.bbclass. + For more information, see the "Packaging - package*.bbclass" section.
@@ -388,8 +387,8 @@ referred to as WORKDIR, is created. Within this directory, the source is unpacked to linux-qemux86-standard-build and then patched by Quilt - (see the Modifying Package Source Code - With Quilt section). + (see the "Modifying Package Source Code + With Quilt" section). Within the linux-qemux86-standard-build directory, standard Quilt directories linux-3.0/patches and linux-3.0/.pc are created, @@ -480,8 +479,8 @@ <filename>meta/recipes-bsp/</filename> - This directory contains anything linking to specific hardware or hardware configuration information - such as "u-boot" and "grub". + This directory contains anything linking to specific hardware or hardware + configuration information such as "u-boot" and "grub". -- cgit v1.2.3-54-g00ecf