This chapter provides an overview of the BitBake tool and its role within
the Yocto Project.</para></listitem>
<listitem><para><emphasis>
- <link linkend='ref-classes'>Reference: Classes</link>:</emphasis>
- This appendix describes the classes used in the Yocto Project.</para></listitem>
+ <link linkend='ref-classes'>Classes</link>:</emphasis>
+ This chapter describes the classes used in the Yocto Project.</para></listitem>
<listitem><para><emphasis>
<link linkend='ref-images'>Reference: Images</link>:</emphasis>
This appendix describes the standard images that the Yocto Project supports.
-<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
-<appendix id='ref-classes'>
-<title>Reference: Classes</title>
+<chapter id='ref-classes'>
+<title>Classes</title>
<para>
Class files are used to abstract common functionality and share it amongst multiple
<title>Other Classes</title>
<para>
- Thus far, this appendix has discussed only the most useful and important
+ Thus far, this chapter has discussed only the most useful and important
classes.
However, other classes exist within the <filename>meta/classes</filename> directory
in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>.
-->
-</appendix>
+</chapter>
<!--
vim: expandtab tw=80 ts=4
-->
between metadata files.
An example is the Autotools class, which contains
common settings for any application that Autotools uses.
- The "<link linkend='ref-classes'>Reference: Classes</link>" appendix provides details
+ The "<link linkend='ref-classes'>Reference: Classes</link>" chapter provides details
about common classes and how to use them.
</para>
</section>