aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-16 13:26:48 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-18 10:30:49 +0100
commitf82569f762b07a8fb50da62d23d756ceaff63ea4 (patch)
tree44f5a983baf06c9ccd3ecf59c690da4603831563 /documentation
parentac6bdb4d41bb8b2e1deb78d406ce0d2afb0b8505 (diff)
downloadopenembedded-core-contrib-f82569f762b07a8fb50da62d23d756ceaff63ea4.tar.gz
ref-manual: Fixed a link to the BitBake User Manual.
This was a stale link. Updated to point to the published HTML file now and to mention that you can find it in the Source directory. (From yocto-docs rev: bc51935372cfd81a77f201768173d8b1eb1677c4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/resources.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml
index c48951f934..686b48a546 100644
--- a/documentation/ref-manual/resources.xml
+++ b/documentation/ref-manual/resources.xml
@@ -29,10 +29,10 @@
<title>Mailing lists</title>
<para>
- A number of mailing lists maintained by the Yocto Project exist
- as well as related OpenEmbedded mailing lists for discussion,
+ A number of mailing lists maintained by the Yocto Project exist
+ as well as related OpenEmbedded mailing lists for discussion,
patch submission and announcements.
- To subscribe to one of the following mailing lists, click on the
+ To subscribe to one of the following mailing lists, click on the
appropriate URL in the following list and follow the instructions:
<itemizedlist>
<listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto'></ulink> -
@@ -42,11 +42,11 @@
<listitem><para><ulink url='&OE_LISTS_URL;/listinfo/openembedded-devel'></ulink> -
Discussion mailing list about OpenEmbedded.</para></listitem>
<listitem><para><ulink url='&OE_LISTS_URL;/listinfo/bitbake-devel'></ulink> -
- Discussion mailing list about the
+ Discussion mailing list about the
<ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink>
build tool.</para></listitem>
<listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/poky'></ulink> -
- Discussion mailing list about
+ Discussion mailing list about
<ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink>.
</para></listitem>
<listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto-announce'></ulink> -
@@ -76,28 +76,28 @@
<itemizedlist>
<listitem><para><emphasis>
<ulink url='&YOCTO_HOME_URL;'>The Yocto Project website</ulink>:
- </emphasis> The home site for the Yocto
+ </emphasis> The home site for the Yocto
Project.</para></listitem>
<listitem><para><emphasis>
<ulink url='http://www.intel.com/'>Intel Corporation</ulink>:</emphasis>
- The company who acquired OpenedHand in 2008 and began
+ The company who acquired OpenedHand in 2008 and began
development on the Yocto Project.</para></listitem>
<listitem><para><emphasis>
<ulink url='&OE_HOME_URL;'>OpenEmbedded</ulink>:</emphasis>
- The upstream, generic, embedded distribution used as the basis
+ The upstream, generic, embedded distribution used as the basis
for the build system in the Yocto Project.
- Poky derives from and contributes back to the OpenEmbedded
+ Poky derives from and contributes back to the OpenEmbedded
project.</para></listitem>
<listitem><para><emphasis>
<ulink url='http://developer.berlios.de/projects/bitbake/'>
BitBake</ulink>:</emphasis> The tool used to process 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.
- You can find the BitBake User Manual in the
- <filename>bitbake/doc/manual</filename> directory, which is
- found in the
- <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
+ In the
+ <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>,
+ you can find the BitBake User Manual in the
+ <filename>bitbake/doc/bitbake-user-manual</filename> directory.
</para></listitem>
<listitem><para><emphasis>
<ulink url='http://wiki.qemu.org/Index.html'>QEMU</ulink>:
@@ -112,7 +112,7 @@
<para>
The Yocto Project gladly accepts contributions.
- You can submit changes to the project either by creating and sending
+ You can submit changes to the project either by creating and sending
pull requests,
or by submitting patches through email.
For information on how to do both as well as information on how