summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/usingpoky.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-09 17:38:00 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 14:24:44 +0000
commit9bdc18a82017d549217a813a6da5d1267fb737e3 (patch)
tree5dfc02f96e623ecf40df721f946199fb0729a0dc /documentation/poky-ref-manual/usingpoky.xml
parent9602c5556baf60040fde5710564129633f7e9c4c (diff)
downloadpoky-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/usingpoky.xml')
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml10
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>