diff options
Diffstat (limited to 'documentation/poky-ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/poky-ref-manual/usingpoky.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index 8dddb7a755..c80b080cc8 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml | |||
@@ -1,5 +1,7 @@ | |||
1 | <!DOCTYPE chapter 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; ] > | ||
4 | |||
3 | <chapter id='usingpoky'> | 5 | <chapter id='usingpoky'> |
4 | <title>Using the Yocto Project</title> | 6 | <title>Using the Yocto Project</title> |
5 | 7 | ||
@@ -15,7 +17,7 @@ | |||
15 | <para> | 17 | <para> |
16 | You can find general information on how to build an image using the | 18 | You can find general information on how to build an image using the |
17 | Yocto Project in the | 19 | Yocto Project in the |
18 | "<ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" | 20 | "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>" |
19 | section of The Yocto Project Quick Start. | 21 | section of The Yocto Project Quick Start. |
20 | This section provides a summary of the build process and provides information | 22 | This section provides a summary of the build process and provides information |
21 | for less obvious aspects of the build process. | 23 | for less obvious aspects of the build process. |
@@ -91,8 +93,8 @@ | |||
91 | <filename class="directory">tmp/deploy/images</filename>. | 93 | <filename class="directory">tmp/deploy/images</filename>. |
92 | For information on how to run pre-built images such as <filename>qemux86</filename> | 94 | For information on how to run pre-built images such as <filename>qemux86</filename> |
93 | and <filename>qemuarm</filename>, see the | 95 | and <filename>qemuarm</filename>, see the |
94 | "<ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>" | 96 | "<ulink url='&YOCTO_DOCS_QS_URL;#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>" |
95 | section in The Yocto Project Quick Start. | 97 | section in the Yocto Project Quick Start. |
96 | For information about how to install these images, see the documentation for your | 98 | For information about how to install these images, see the documentation for your |
97 | particular board/machine. | 99 | particular board/machine. |
98 | </para> | 100 | </para> |