summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-bitbake.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-bitbake.xml')
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml
index 146f95d9e4..e8a5dc60ab 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -1,5 +1,6 @@
1<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE appendix 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 4
4<appendix id='ref-bitbake'> 5<appendix id='ref-bitbake'>
5 6
@@ -86,7 +87,8 @@
86 <filename>meta/recipes-*/</filename> directory within Poky. 87 <filename>meta/recipes-*/</filename> directory within Poky.
87 Adding extra content to <filename>BBFILES</filename> is best achieved through the use of 88 Adding extra content to <filename>BBFILES</filename> is best achieved through the use of
88 BitBake layers as described in the 89 BitBake layers as described in the
89 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" section of the Yocto Project Development Manual. 90 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and
91 Creating Layers</ulink>" section of the Yocto Project Development Manual.
90 </para> 92 </para>
91 93
92 <para> 94 <para>
@@ -207,8 +209,8 @@
207 It is worth noting that you can greatly speed up the build time by properly setting 209 It is worth noting that you can greatly speed up the build time by properly setting
208 the <filename>BB_NUMBER_THREADS</filename> variable. 210 the <filename>BB_NUMBER_THREADS</filename> variable.
209 See the 211 See the
210 "<ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" 212 "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>"
211 section in The Yocto Project Quick Start for more information. 213 section in the Yocto Project Quick Start for more information.
212 </para> 214 </para>
213 215
214 <para> 216 <para>