From 703eadc55f26572f1cea7b1558831d92f9d457d1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 3 Oct 2012 14:05:17 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 3 --- documentation/dev-manual/dev-manual-common-tasks.xml | 10 ++-------- documentation/dev-manual/dev-manual-intro.xml | 8 ++++---- documentation/dev-manual/dev-manual-newbie.xml | 7 +++---- documentation/kernel-manual/kernel-how-to.xml | 6 +++--- 5 files changed, 12 insertions(+), 22 deletions(-) (limited to 'documentation') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 61714c8814..7c63e4f24d 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -618,9 +618,6 @@ meta branch for your BSP. The configuration options will likely end up in that location anyway if the BSP gets added to the Yocto Project. - For an example showing how to change the BSP configuration, see the - "Changing the BSP Configuration" - section in the Yocto Project Development Manual. For a better understanding of working with a local clone of the kernel repository and a local bare clone of the kernel, see the "Modifying the Kernel 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 @@ paths in the final list. - - - For another example on how to use a .bbappend file, see the - "Changing recipes-kernel" - section. -
@@ -1036,8 +1030,8 @@ For a complete example that shows how to add a new machine, see the - "BSP Development Example" - in Appendix A. + "Creating a New BSP Layer Using the yocto-bsp Script" + in the Yocto Project Board Support Package (BSP) Developer's Guide.
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml index faa1f5ac92..99990c4466 100644 --- a/documentation/dev-manual/dev-manual-intro.xml +++ b/documentation/dev-manual/dev-manual-intro.xml @@ -23,9 +23,9 @@ - The Yocto Project Development Manual, however, does provide detailed examples on how to create a - Board Support Package (BSP), change the kernel source code, and reconfigure the kernel. - You can find this information in the appendices of the manual. + The Yocto Project Development Manual, however, does provide detailed examples + on how to change the kernel source code, reconfigure the kernel, and develop + an application using the popular Eclipse IDE.
@@ -44,7 +44,7 @@ Development case overviews for both system development and user-space applications. An overview and understanding of the emulation environment used with - the Yocto Project (QEMU). + the Yocto Project - the Quick EMUlator (QEMU). An understanding of basic kernel architecture and concepts. Many references to other sources of related information. diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index ccd29e246d..9b922b1f19 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -207,10 +207,9 @@ formfactor_0.0.bb and formfactor_0.0.bbappend). Information in append files overrides the information in the similarly-named recipe file. - For examples of .bbappend file in use, see the - "Using .bbappend Files" and - "Changing recipes-kernel" - sections. + For an example of an append file in use, see the + "Using .bbappend Files" section. + BitBake: The task executor and scheduler used by the OpenEmbedded build system to build images. diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index f470d3e7d2..3689b01876 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml @@ -784,9 +784,9 @@ This section overviews the process of creating a BSP based on an existing similar BSP. The information is introductory in nature and does not provide step-by-step examples. - For detailed information on how to create a BSP given an existing similar BSP, see - the "BSP Development - Example" appendix in the Yocto Project Development Manual, or see the + For detailed information on how to create a new BSP, see + the "Creating a New BSP Layer Using the yocto-bsp Script" section in the + Yocto Project Board Support Package (BSP) Developer's Guide, or see the Transcript:_creating_one_generic_Atom_BSP_from_another wiki page. -- cgit v1.2.3-54-g00ecf