diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-08 10:14:58 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-10 15:24:14 +0100 |
| commit | 5d4b08853e8cd074d5bc1c81a6a2aef014ce10c4 (patch) | |
| tree | 89216fac8f628b2bd1cd18046efc66d988a4f5a3 /documentation/dev-manual/dev-manual-model.xml | |
| parent | c29e8cbb2f2178af0b59e4eb70aed3673ab39f73 (diff) | |
| download | poky-5d4b08853e8cd074d5bc1c81a6a2aef014ce10c4.tar.gz | |
documentation: dev-manual, bsp-guide - Removing/Moving Appendix A
The kernel example appendix is being removed. This broke a lot
of links. For now I have moved the information into a new section
called "Patching the Kernel". I have preserved the information
by adding the old appendix file as kerne-appendix-orig.xml.
(From yocto-docs rev: 994235a69362dfb0114ef9001ea7f2f2e2fdc5c3)
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.xml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 844e0dc851..c96b2dda63 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
| @@ -13,9 +13,6 @@ | |||
| 13 | <listitem><para><emphasis>System Development:</emphasis> | 13 | <listitem><para><emphasis>System Development:</emphasis> |
| 14 | System Development covers Board Support Package (BSP) development and kernel | 14 | System Development covers Board Support Package (BSP) development and kernel |
| 15 | modification or configuration. | 15 | modification or configuration. |
| 16 | If you want to examine a specific example of the kernel modification and | ||
| 17 | configuration model, | ||
| 18 | see the "<link linkend='dev-manual-kernel-appendix'>Kernel Modification Example</link>" appendix. | ||
| 19 | For an example on how to create a BSP, see the | 16 | For an example on how to create a BSP, see the |
| 20 | "<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>" | 17 | "<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>" |
| 21 | section in the Yocto Project Board Support Package (BSP) Developer's Guide. | 18 | section in the Yocto Project Board Support Package (BSP) Developer's Guide. |
| @@ -234,9 +231,11 @@ | |||
| 234 | kernel architecture and the steps to modify the kernel. | 231 | kernel architecture and the steps to modify the kernel. |
| 235 | For a complete discussion of the kernel, see the | 232 | For a complete discussion of the kernel, see the |
| 236 | <ulink url='&YOCTO_DOCS_KERNEL_URL;'>Yocto Project Kernel Architecture and Use Manual</ulink>. | 233 | <ulink url='&YOCTO_DOCS_KERNEL_URL;'>Yocto Project Kernel Architecture and Use Manual</ulink>. |
| 237 | You can reference the appendix | 234 | You can reference the |
| 238 | "<link linkend='dev-manual-kernel-appendix'>Kernel Modification Example</link>" | 235 | "<link linkend='patching-the-kernel'>Patching the Kernel</link>" section |
| 239 | for a detailed example that changes the configuration of a kernel. | 236 | for an example that changes the source code of the kernel. |
| 237 | For information on how to configure the kernel, see the | ||
| 238 | "<link linkend='configuring-the-kernel'>Configuring the Kernel</link> section. | ||
| 240 | </para> | 239 | </para> |
| 241 | 240 | ||
| 242 | <section id='kernel-overview'> | 241 | <section id='kernel-overview'> |
| @@ -364,8 +363,8 @@ | |||
| 364 | you work. | 363 | you work. |
| 365 | Once you make corrections, you must use Git to push the committed changes to the | 364 | Once you make corrections, you must use Git to push the committed changes to the |
| 366 | bare clone. | 365 | bare clone. |
| 367 | The example in <xref linkend='modifying-the-kernel-source-code'> | 366 | <!-- The example in <xref linkend='modifying-the-kernel-source-code'> |
| 368 | Modifying the Kernel Source Code</xref> provides a detailed example. | 367 | Modifying the Kernel Source Code</xref> provides a detailed example. --> |
| 369 | </para> | 368 | </para> |
| 370 | 369 | ||
| 371 | <para> | 370 | <para> |
| @@ -394,7 +393,7 @@ | |||
| 394 | branching strategy, see the | 393 | branching strategy, see the |
| 395 | <ulink url='&YOCTO_DOCS_KERNEL_URL;'>Yocto Project Kernel Architecture and Use Manual</ulink>. | 394 | <ulink url='&YOCTO_DOCS_KERNEL_URL;'>Yocto Project Kernel Architecture and Use Manual</ulink>. |
| 396 | You can also reference the | 395 | You can also reference the |
| 397 | "<link linkend='modifying-the-kernel-source-code'>Modifying the Kernel Source Code</link>" | 396 | "<link linkend='patching-the-kernel'>Patching the Kernel</link>" |
| 398 | section for a detailed example that modifies the kernel. | 397 | section for a detailed example that modifies the kernel. |
| 399 | </para> | 398 | </para> |
| 400 | </section> | 399 | </section> |
| @@ -602,8 +601,8 @@ | |||
| 602 | If your target architecture is similar to a supported architecture, you can | 601 | If your target architecture is similar to a supported architecture, you can |
| 603 | modify the kernel image before you build it. | 602 | modify the kernel image before you build it. |
| 604 | See the | 603 | See the |
| 605 | "<link linkend='dev-manual-kernel-appendix'>Kernel Modification Example</link>" | 604 | "<link linkend='patching-the-kernel'>Patching the Kernel</link>" |
| 606 | appendix later in this manual for an example.</para></listitem> | 605 | section for an example.</para></listitem> |
| 607 | </itemizedlist></para> | 606 | </itemizedlist></para> |
| 608 | <para>For information on pre-built kernel image naming schemes for images | 607 | <para>For information on pre-built kernel image naming schemes for images |
| 609 | that can run on the QEMU emulator, see the | 608 | that can run on the QEMU emulator, see the |
