summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-17 07:17:06 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:40 +0000
commitbda6b1a3ad579f66b57ba4a555c256e4cb82d023 (patch)
tree0aaf041da055e851095f5490a93508ceba74d89d
parent914b2eac4ab1caccfb006b5bc26660ae20261e46 (diff)
downloadpoky-bda6b1a3ad579f66b57ba4a555c256e4cb82d023.tar.gz
dev-manual: Minor edits to the "Introduction" chapter.
I fixed a few things as part of the read through prior to the 1.6 release. In particular, I added the link for the BitBake User Manual, which is now published alongside the YP manuals. (From yocto-docs rev: af779a5a70790d9c15584e1a463e1f0a5c79987f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-intro.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index 8923a1d2fb..f3cf489f5b 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -153,9 +153,6 @@
153 Build Appliance</ulink>:</emphasis> A virtual machine that 153 Build Appliance</ulink>:</emphasis> A virtual machine that
154 enables you to build and boot a custom embedded Linux image 154 enables you to build and boot a custom embedded Linux image
155 with the Yocto Project using a non-Linux development system. 155 with the Yocto Project using a non-Linux development system.
156 For more information, see the
157 <ulink url='&YOCTO_HOME_URL;/documentation/build-appliance-manual'>Build Appliance</ulink>
158 page.
159 </para></listitem> 156 </para></listitem>
160 <listitem><para><emphasis> 157 <listitem><para><emphasis>
161 <ulink url='&YOCTO_BUGZILLA_URL;'>Bugzilla</ulink>:</emphasis> 158 <ulink url='&YOCTO_BUGZILLA_URL;'>Bugzilla</ulink>:</emphasis>
@@ -186,18 +183,18 @@
186 <listitem><para><emphasis> 183 <listitem><para><emphasis>
187 <ulink url='&OE_HOME_URL;'>OpenEmbedded</ulink>:</emphasis> 184 <ulink url='&OE_HOME_URL;'>OpenEmbedded</ulink>:</emphasis>
188 The build system used by the Yocto Project. 185 The build system used by the Yocto Project.
189 This project is the upstream, generic, embedded distribution that the Yocto 186 This project is the upstream, generic, embedded distribution
190 Project derives its build system (Poky) from and to which it contributes.</para></listitem> 187 from which the Yocto Project derives its build system (Poky)
188 and to which it contributes.</para></listitem>
191 <listitem><para><emphasis> 189 <listitem><para><emphasis>
192 <ulink url='http://developer.berlios.de/projects/bitbake/'> 190 <ulink url='http://developer.berlios.de/projects/bitbake/'>
193 BitBake</ulink>:</emphasis> The tool used by the OpenEmbedded build system 191 BitBake</ulink>:</emphasis> The tool used by the OpenEmbedded build system
194 to process project metadata.</para></listitem> 192 to process project metadata.</para></listitem>
195 <listitem><para><emphasis> 193 <listitem><para><emphasis>
196 BitBake User Manual:</emphasis> 194 <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual:</ulink></emphasis>
197 A comprehensive guide to the BitBake tool. 195 A comprehensive guide to the BitBake tool.
198 If you want information on BitBake, see the user manual included in the 196 If you want information on BitBake, see this manual.
199 <filename>bitbake/doc/manual</filename> directory of the 197 </para></listitem>
200 <link linkend='source-directory'>Source Directory</link>.</para></listitem>
201 <listitem><para><emphasis> 198 <listitem><para><emphasis>
202 <ulink url='http://wiki.qemu.org/Index.html'>Quick EMUlator (QEMU)</ulink>: 199 <ulink url='http://wiki.qemu.org/Index.html'>Quick EMUlator (QEMU)</ulink>:
203 </emphasis> An open-source machine emulator and virtualizer.</para></listitem> 200 </emphasis> An open-source machine emulator and virtualizer.</para></listitem>