summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/introduction.xml4
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml10
2 files changed, 7 insertions, 7 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index 3d0ae54dea..a2c6899c77 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -54,8 +54,8 @@
54 <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink> Git repository. 54 <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink> Git repository.
55 </para></listitem> 55 </para></listitem>
56 <listitem><para><emphasis> 56 <listitem><para><emphasis>
57 <link linkend='ref-bitbake'>Reference: BitBake</link>:</emphasis> 57 <link linkend='ref-bitbake'>BitBake</link>:</emphasis>
58 This appendix provides an overview of the BitBake tool and its role within 58 This chapter provides an overview of the BitBake tool and its role within
59 the Yocto Project.</para></listitem> 59 the Yocto Project.</para></listitem>
60 <listitem><para><emphasis> 60 <listitem><para><emphasis>
61 <link linkend='ref-classes'>Reference: Classes</link>:</emphasis> 61 <link linkend='ref-classes'>Reference: Classes</link>:</emphasis>
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml
index 46dc8a73d4..f230b54ba5 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -1,10 +1,10 @@
1<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > 3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4 4
5<appendix id='ref-bitbake'> 5<chapter id='ref-bitbake'>
6 6
7 <title>Reference: BitBake</title> 7 <title>BitBake</title>
8 8
9 <para> 9 <para>
10 BitBake is a program written in Python that interprets the metadata used by the OpenEmbedded 10 BitBake is a program written in Python that interprets the metadata used by the OpenEmbedded
@@ -16,7 +16,7 @@
16 </para> 16 </para>
17 17
18 <para> 18 <para>
19 This appendix provides an overview of what happens behind the scenes from BitBake's perspective. 19 This chapter provides an overview of what happens behind the scenes from BitBake's perspective.
20 </para> 20 </para>
21 21
22 <note> 22 <note>
@@ -411,7 +411,7 @@ Options:
411 411
412 </section> 412 </section>
413 413
414</appendix> 414</chapter>
415<!-- 415<!--
416vim: expandtab tw=80 ts=4 spell spelllang=en_gb 416vim: expandtab tw=80 ts=4 spell spelllang=en_gb
417--> 417-->