diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-03 14:05:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-04 14:08:20 +0100 |
commit | 20a2dda2c21b1883676b772d3783ce0e9f630fcb (patch) | |
tree | 6bce733b543ba0f6f3109f630171d9315465e27b /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 48d3b058d920ef2238fcee2c8d3d97f57cf90a20 (diff) | |
download | poky-20a2dda2c21b1883676b772d3783ce0e9f630fcb.tar.gz |
documentation: bsp-guide, dev-manual, kernel-manual - Removed links
Removing the Appendix A (BSP) example had some rippling affects
throughout the doc set. There were several links into the appendix.
All these links had to either be modified (if possible) or simply
removed since the appendix will be removed.
(From yocto-docs rev: fff35abd87e945de1806eef63a56a956d104bf92)
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-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0383e5a2a8..824aac1236 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -338,12 +338,6 @@ | |||
338 | paths in the final list. | 338 | paths in the final list. |
339 | </note> | 339 | </note> |
340 | </para> | 340 | </para> |
341 | |||
342 | <para> | ||
343 | For another example on how to use a <filename>.bbappend</filename> file, see the | ||
344 | "<link linkend='changing-recipes-kernel'>Changing <filename>recipes-kernel</filename></link>" | ||
345 | section. | ||
346 | </para> | ||
347 | </section> | 341 | </section> |
348 | 342 | ||
349 | <section id='prioritizing-your-layer'> | 343 | <section id='prioritizing-your-layer'> |
@@ -1036,8 +1030,8 @@ | |||
1036 | <para> | 1030 | <para> |
1037 | For a complete example that shows how to add a new machine, | 1031 | For a complete example that shows how to add a new machine, |
1038 | see the | 1032 | see the |
1039 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-bsp-appendix'>BSP Development Example</ulink>" | 1033 | "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>" |
1040 | in Appendix A. | 1034 | in the Yocto Project Board Support Package (BSP) Developer's Guide. |
1041 | </para> | 1035 | </para> |
1042 | 1036 | ||
1043 | <section id="platdev-newmachine-conffile"> | 1037 | <section id="platdev-newmachine-conffile"> |