diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-09 17:38:00 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 14:24:44 +0000 |
commit | 9bdc18a82017d549217a813a6da5d1267fb737e3 (patch) | |
tree | 5dfc02f96e623ecf40df721f946199fb0729a0dc /documentation/poky-ref-manual/ref-bitbake.xml | |
parent | 9602c5556baf60040fde5710564129633f7e9c4c (diff) | |
download | poky-9bdc18a82017d549217a813a6da5d1267fb737e3.tar.gz |
documentation/poky-ref-manual: Converted to use poky.ent variables.
Fixed all the hard links to use appropriate variables from the
file poky.ent.
(From yocto-docs rev: 9a6267d0d843dc47c1171eba6200387901b77df4)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-bitbake.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-bitbake.xml | 10 |
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> |