diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-17 08:52:43 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:45 +0000 |
commit | 885dbc7364a6be50fbf1ba386e510a6e6f4dd3a6 (patch) | |
tree | f009ea388c0cff629e73cd388e7201b77c269c83 /documentation/bsp-guide/bsp.xml | |
parent | 3ad6173f787fa94f32f1517a12c9656525b01172 (diff) | |
download | poky-885dbc7364a6be50fbf1ba386e510a6e6f4dd3a6.tar.gz |
documentation/bsp-guide/bsp.xml: Added reference to Kernel documentation.
I added a reference to the specific section in the kernel documentation
that describes how to create a BSP Based on an existing similar
BSP. The tools we have that create the PDF manuals from the DocBook
XML do not support cross-referencing to another PDF manual. So, I was
left with adding a clunky text-based reference to the section and a link
to the docs page on the web-site.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index cf9c91f4b6..75640cc58c 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -368,7 +368,9 @@ SRC_URI += "file://defconfig" | |||
368 | </para> | 368 | </para> |
369 | <para> | 369 | <para> |
370 | You can find more information about creating a BSP that is based on an existing similar | 370 | You can find more information about creating a BSP that is based on an existing similar |
371 | BSP by reading the "Yocto Project Kernel Architecture and Use Manual." | 371 | BSP by reading the "Creating a BSP Based on an Existing Similar BSP" section in the |
372 | "<ulink url="http://www.yoctoproject.org/community/documentation">Yocto Project | ||
373 | Kernel Architecture and Use Manual</ulink>". | ||
372 | </para></note> | 374 | </para></note> |
373 | </section> | 375 | </section> |
374 | 376 | ||