diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2017-07-03 09:19:50 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-12 00:28:15 +0100 |
| commit | 925f2b2fc231b3b4976a476aa93adabbcf6974f6 (patch) | |
| tree | f89fc8a3d59a5edc8c39b3755a52ac1f23bc8ad3 /documentation/kernel-dev | |
| parent | 431ceaea6c7786df0b78bf441752229515ac5f0d (diff) | |
| download | poky-925f2b2fc231b3b4976a476aa93adabbcf6974f6.tar.gz | |
kernel-dev: Formatting and cleanup for "Other Resources"
Some general cleanup and formatting.
(From yocto-docs rev: 8d4458f8fbe02cb8bfa78cbf18726cdd8126850a)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.xml | 82 |
1 files changed, 45 insertions, 37 deletions
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml index 9f385d9751..e62fb67ed1 100644 --- a/documentation/kernel-dev/kernel-dev-intro.xml +++ b/documentation/kernel-dev/kernel-dev-intro.xml | |||
| @@ -233,46 +233,54 @@ | |||
| 233 | </para> | 233 | </para> |
| 234 | </section> | 234 | </section> |
| 235 | 235 | ||
| 236 | <section id='kernel-dev-other-resources'> | ||
| 237 | <title>Other Resources</title> | ||
| 236 | 238 | ||
| 237 | <section id='kernel-dev-other-resources'> | 239 | <para> |
| 238 | <title>Other Resources</title> | 240 | The sections that follow provide instructions for completing |
| 241 | specific Linux kernel development tasks. | ||
| 242 | These instructions assume you are comfortable working with | ||
| 243 | <ulink url='http://openembedded.org/wiki/Bitbake'>BitBake</ulink> | ||
| 244 | recipes and basic open-source development tools. | ||
| 245 | Understanding these concepts will facilitate the process of working | ||
| 246 | with the kernel recipes. | ||
| 247 | If you find you need some additional background, please be sure to | ||
| 248 | review and understand the following documentation: | ||
| 249 | <itemizedlist> | ||
| 250 | <listitem><para> | ||
| 251 | <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink> | ||
| 252 | </para></listitem> | ||
| 253 | <listitem><para> | ||
| 254 | The | ||
| 255 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-modifying-source-code'>Modifying Source Code</ulink>" | ||
| 256 | section in the Yocto Project Development Manual | ||
| 257 | </para></listitem> | ||
| 258 | <listitem><para> | ||
| 259 | The | ||
| 260 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" section | ||
| 261 | in the Yocto Project Development Manual | ||
| 262 | </para></listitem> | ||
| 263 | <listitem><para> | ||
| 264 | The | ||
| 265 | "<link linkend='kernel-modification-workflow'>Kernel Modification Workflow</link>" | ||
| 266 | section. | ||
| 267 | </para></listitem> | ||
| 268 | </itemizedlist> | ||
| 269 | </para> | ||
| 239 | 270 | ||
| 240 | <para> | 271 | <para> |
| 241 | The sections that follow provide instructions for completing | 272 | Finally, while this document focuses on the manual creation of |
| 242 | specific Linux kernel development tasks. | 273 | recipes, patches, and configuration files, the Yocto Project |
| 243 | These instructions assume you are comfortable working with | 274 | Board Support Package (BSP) tools are available to automate |
| 244 | <ulink url='http://openembedded.org/wiki/Bitbake'>BitBake</ulink> | 275 | this process with existing content and work well to create the |
| 245 | recipes and basic open-source development tools. | 276 | initial framework and boilerplate code. |
| 246 | Understanding these concepts will facilitate the process of working | 277 | For details on these tools, see the |
| 247 | with the kernel recipes. | 278 | "<ulink url='&YOCTO_DOCS_BSP_URL;#using-the-yocto-projects-bsp-tools'>Using the Yocto Project's BSP Tools</ulink>" |
| 248 | If you find you need some additional background, please be sure to | 279 | section in the Yocto Project Board Support Package (BSP) Developer's |
| 249 | review and understand the following documentation: | 280 | Guide. |
| 250 | <itemizedlist> | 281 | </para> |
| 251 | <listitem><para><ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink> | 282 | </section> |
| 252 | </para></listitem> | ||
| 253 | <listitem><para>The "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-modifying-source-code'>Modifying Source Code</ulink>" | ||
| 254 | section in the Yocto Project Development Manual | ||
| 255 | </para></listitem> | ||
| 256 | <listitem><para>The "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" section | ||
| 257 | in the Yocto Project Development Manual</para></listitem> | ||
| 258 | <listitem><para>The "<link linkend='kernel-modification-workflow'>Kernel Modification Workflow</link>" | ||
| 259 | section. | ||
| 260 | </para></listitem> | ||
| 261 | </itemizedlist> | ||
| 262 | </para> | ||
| 263 | 283 | ||
| 264 | <para> | ||
| 265 | Finally, while this document focuses on the manual creation of | ||
| 266 | recipes, patches, and configuration files, the Yocto Project | ||
| 267 | Board Support Package (BSP) tools are available to automate | ||
| 268 | this process with existing content and work well to create the | ||
| 269 | initial framework and boilerplate code. | ||
| 270 | For details on these tools, see the | ||
| 271 | "<ulink url='&YOCTO_DOCS_BSP_URL;#using-the-yocto-projects-bsp-tools'>Using the Yocto Project's BSP Tools</ulink>" | ||
| 272 | section in the Yocto Project Board Support Package (BSP) Developer's | ||
| 273 | Guide. | ||
| 274 | </para> | ||
| 275 | </section> | ||
| 276 | </chapter> | 284 | </chapter> |
| 277 | <!-- | 285 | <!-- |
| 278 | vim: expandtab tw=80 ts=4 | 286 | vim: expandtab tw=80 ts=4 |
