diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-04 12:05:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:50:45 +0100 |
commit | 64b9137b43207c0505c4d8c26e654152b5a699da (patch) | |
tree | 3620f581aa55f119e3e2d2c48592cd8e9d307b73 /documentation/dev-manual/dev-manual-newbie.xml | |
parent | 3fa4a6a146666d6817de1076aa0a92198167fb88 (diff) | |
download | poky-64b9137b43207c0505c4d8c26e654152b5a699da.tar.gz |
documentation: Fixed links to BitBake User Manual
Robert P. J. Day pointed out a link in the development manual that
was for the BitBake User Manual. The link resolved to an old,
non-maintained version of BitBake documentation. According to
Richard Purdie, the BitBake docs referenced should be the ones
that ship in the bitbake/doc/manual directory of poky. The
YP docs had been using a variable named BITBAKE_DOCS_URL that
also resolved to the antiquated user manual site. Consequently,
there were many links that needed fixed across both the YP
Development Manual and the YP Reference Manual. Each of these
references now points in general to the bitbake/doc/manual
directory in poky for more information.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 12f77236b602e9ec43e845c8cec060ad342af19c)
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-newbie.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 96d6829d3e..9a78d40bb2 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -211,10 +211,12 @@ | |||
211 | "<link linkend='using-bbappend-files'>Using .bbappend Files</link>" and | 211 | "<link linkend='using-bbappend-files'>Using .bbappend Files</link>" and |
212 | "<link linkend='changing-recipes-kernel'>Changing <filename>recipes-kernel</filename></link>" | 212 | "<link linkend='changing-recipes-kernel'>Changing <filename>recipes-kernel</filename></link>" |
213 | sections.</para></listitem> | 213 | sections.</para></listitem> |
214 | <listitem><para><emphasis>BitBake:</emphasis> The task executor and scheduler used by | 214 | <listitem><para id='bitbake-term'><emphasis>BitBake:</emphasis> |
215 | The task executor and scheduler used by | ||
215 | the OpenEmbedded build system to build images. | 216 | the OpenEmbedded build system to build images. |
216 | For more information on BitBake, see the <ulink url='&BITBAKE_DOCS_URL;'> | 217 | For more information on BitBake, see the BitBake documentation |
217 | BitBake documentation</ulink>.</para></listitem> | 218 | in the <filename>bitbake/doc/manual</filename> directory of the |
219 | <link linkend='source-directory'>Source Directory</link>.</para></listitem> | ||
218 | <listitem> | 220 | <listitem> |
219 | <para id='build-directory'><emphasis>Build Directory:</emphasis> | 221 | <para id='build-directory'><emphasis>Build Directory:</emphasis> |
220 | This term refers to the area used by the OpenEmbedded build system for builds. | 222 | This term refers to the area used by the OpenEmbedded build system for builds. |