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