Entries describe the function of the variable and how to apply them.
</para></listitem>
<listitem><para><emphasis>
- <link linkend='ref-varlocality'>Reference: Variable Context</link>:</emphasis>
- This appendix provides variable locality or context.</para></listitem>
+ <link linkend='ref-varlocality'>Variable Context</link>:</emphasis>
+ This chapter provides variable locality or context.</para></listitem>
<listitem><para><emphasis>
<link linkend='faq'>Reference: FAQ</link>:</emphasis>
This appendix provides answers for commonly asked questions in the Yocto Project
-<!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-varlocality'>
- <title>Reference: Variable Context</title>
+<chapter id='ref-varlocality'>
+ <title>Variable Context</title>
<para>
While most variables can be used in almost any context such as
<filename>.conf</filename>, <filename>.bbclass</filename>,
<filename>.inc</filename>, and <filename>.bb</filename> files,
some variables are often associated with a particular locality or context.
- This appendix describes some common associations.
+ This chapter describes some common associations.
</para>
<section id='ref-varlocality-configuration'>
</para>
</section>
</section>
-</appendix>
+</chapter>
<!--
vim: expandtab tw=80 ts=4 spell spelllang=en_gb
-->