YOCTO #910 - documentation/poky-ref-manual/extendpoky.xml: point to dev manual.

There is a section in the YP ref manual that gives reference type information
on adding a machine.  This type of information is detailed well in the
BSP example appendix in the development manual.  I don't want to completely
eliminate the information in the YP ref manual as is suggested by the
910 bug.  I think referencing it in the dev manual for now works.

(From yocto-docs rev: e55dd8228d1376c9df01e320163862ddf35a5156)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-08-26 14:27:40 -07:00 committed by Richard Purdie
parent c3e83278c6
commit ba3069c9c6
1 changed files with 9 additions and 0 deletions

View File

@ -474,6 +474,15 @@
beyond the scope of this manual.
</para>
<para>
For a complete example that shows how to add a new machine to the Yocto Project,
see the
<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#dev-manual-bsp-appendix'>
BSP Development Example</ulink> in Appendix A of
<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>
The Yocto Project Development Manual</ulink>.
</para>
<section id="platdev-newmachine-conffile">
<title>Adding the Machine Configuration File</title>