aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-intro.xml
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 /documentation/dev-manual/dev-manual-intro.xml
parent914b2eac4ab1caccfb006b5bc26660ae20261e46 (diff)
downloadopenembedded-core-contrib-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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-intro.xml')
-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 @@
Build Appliance</ulink>:</emphasis> A virtual machine that
enables you to build and boot a custom embedded Linux image
with the Yocto Project using a non-Linux development system.
- For more information, see the
- <ulink url='&YOCTO_HOME_URL;/documentation/build-appliance-manual'>Build Appliance</ulink>
- page.
</para></listitem>
<listitem><para><emphasis>
<ulink url='&YOCTO_BUGZILLA_URL;'>Bugzilla</ulink>:</emphasis>
@@ -186,18 +183,18 @@
<listitem><para><emphasis>
<ulink url='&OE_HOME_URL;'>OpenEmbedded</ulink>:</emphasis>
The build system used by the Yocto Project.
- This project is the upstream, generic, embedded distribution that the Yocto
- Project derives its build system (Poky) from and to which it contributes.</para></listitem>
+ This project is the upstream, generic, embedded distribution
+ from which the Yocto Project derives its build system (Poky)
+ and to which it contributes.</para></listitem>
<listitem><para><emphasis>
<ulink url='http://developer.berlios.de/projects/bitbake/'>
BitBake</ulink>:</emphasis> The tool used by the OpenEmbedded build system
to process project metadata.</para></listitem>
<listitem><para><emphasis>
- BitBake User Manual:</emphasis>
+ <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual:</ulink></emphasis>
A comprehensive guide to the BitBake tool.
- If you want information on BitBake, see the user manual included in the
- <filename>bitbake/doc/manual</filename> directory of the
- <link linkend='source-directory'>Source Directory</link>.</para></listitem>
+ If you want information on BitBake, see this manual.
+ </para></listitem>
<listitem><para><emphasis>
<ulink url='http://wiki.qemu.org/Index.html'>Quick EMUlator (QEMU)</ulink>:
</emphasis> An open-source machine emulator and virtualizer.</para></listitem>