From 61e550b462abcbd7a27f8c0a6abd3e7108abfd96 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 13 Jun 2012 09:26:22 -0700 Subject: documentation/poky-ref-manual/ref-classes.xml: 1.1.2 variables and updates First pass at implementing the poky.ent variables. Also made obvious typo fixes. (From yocto-docs rev: 048265f93c661e0034ab37fbf7f768e62b64994a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-classes.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index d937334795..78a081f461 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml @@ -1,5 +1,6 @@ +"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" +[ %poky; ] > Reference: Classes @@ -49,7 +50,7 @@ This class defines a set of tasks (configure, compile etc.) that work for all Autotooled packages. It should usually be enough to define a few standard variables as documented in the - Autotooled Package section + "Autotooled Package" section and then simply inherit autotools. This class can also work with software that emulates Autotools. @@ -139,7 +140,7 @@ - During staging, Bitbake installs such scripts into the + During staging, BitBake installs such scripts into the sysroots/ directory. BitBake also changes all paths to point into the sysroots/ directory so all builds that use the script will use the correct @@ -166,7 +167,7 @@ - During staging, Bitbake installs pkg-config data into the + During staging, BitBake installs pkg-config data into the sysroots/ directory. By making use of sysroot functionality within pkg-config, this class no longer has to manipulate the files. @@ -252,8 +253,8 @@ This class adds the devshell task. Distribution policy dictates whether to include this class as the Yocto Project does. - See the Development Within a Development Shell section + See the + "Development Within a Development Shell" section for more information about using devshell. @@ -313,9 +314,9 @@ You can find additional information on the effects of the package class at these two Yocto Project mailing list links: - + https://lists.yoctoproject.org/pipermail/poky/2011-May/006362.html - + https://lists.yoctoproject.org/pipermail/poky/2011-May/006363.html -- cgit v1.2.3-54-g00ecf