summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-04 12:05:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:45 +0100
commit64b9137b43207c0505c4d8c26e654152b5a699da (patch)
tree3620f581aa55f119e3e2d2c48592cd8e9d307b73 /documentation/dev-manual/dev-manual-model.xml
parent3fa4a6a146666d6817de1076aa0a92198167fb88 (diff)
downloadpoky-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-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 62fc50e6ae..a55f08a4fb 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -192,8 +192,9 @@
192 You might want to reference this information.</para></listitem> 192 You might want to reference this information.</para></listitem>
193 <listitem><para><emphasis>Build the image</emphasis>: The OpenEmbedded build system 193 <listitem><para><emphasis>Build the image</emphasis>: The OpenEmbedded build system
194 uses the BitBake tool to build images based on the type of image you want to create. 194 uses the BitBake tool to build images based on the type of image you want to create.
195 You can find more information on BitBake 195 You can find more information about BitBake in the user manual, which is found in the
196 <ulink url='&BITBAKE_DOCS_URL;'>here</ulink>.</para> 196 <filename>bitbake/doc/manual</filename> directory of the
197 <link linkend='source-directory'>Source Directory</link>.</para>
197 <para>The build process supports several types of images to satisfy different needs. 198 <para>The build process supports several types of images to satisfy different needs.
198 See the 199 See the
199 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter 200 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter
@@ -495,8 +496,9 @@
495 <listitem><para><emphasis>Build the image</emphasis>: The OpenEmbedded 496 <listitem><para><emphasis>Build the image</emphasis>: The OpenEmbedded
496 build system uses the BitBake 497 build system uses the BitBake
497 tool to build images based on the type of image you want to create. 498 tool to build images based on the type of image you want to create.
498 You can find more information on BitBake 499 You can find more information on BitBake in the user manual, which is found in the
499 <ulink url='&BITBAKE_DOCS_URL;'>here</ulink>.</para> 500 <filename>bitbake/doc/manual</filename> directory of the
501 <link linkend='source-directory'>Source Directory</link>.</para>
500 <para>The build process supports several types of images to satisfy different needs. 502 <para>The build process supports several types of images to satisfy different needs.
501 See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter in 503 See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter in
502 the Yocto Project Reference Manual for information on supported images.</para></listitem> 504 the Yocto Project Reference Manual for information on supported images.</para></listitem>