From 925f2b2fc231b3b4976a476aa93adabbcf6974f6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 3 Jul 2017 09:19:50 -0700 Subject: kernel-dev: Formatting and cleanup for "Other Resources" Some general cleanup and formatting. (From yocto-docs rev: 8d4458f8fbe02cb8bfa78cbf18726cdd8126850a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-intro.xml | 82 +++++++++++++++------------ 1 file changed, 45 insertions(+), 37 deletions(-) (limited to 'documentation/kernel-dev/kernel-dev-intro.xml') 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 @@ +
+ Other Resources -
- Other Resources + + The sections that follow provide instructions for completing + specific Linux kernel development tasks. + These instructions assume you are comfortable working with + BitBake + recipes and basic open-source development tools. + Understanding these concepts will facilitate the process of working + with the kernel recipes. + If you find you need some additional background, please be sure to + review and understand the following documentation: + + + Yocto Project Quick Start + + + The + "Modifying Source Code" + section in the Yocto Project Development Manual + + + The + "Understanding and Creating Layers" section + in the Yocto Project Development Manual + + + The + "Kernel Modification Workflow" + section. + + + - - The sections that follow provide instructions for completing - specific Linux kernel development tasks. - These instructions assume you are comfortable working with - BitBake - recipes and basic open-source development tools. - Understanding these concepts will facilitate the process of working - with the kernel recipes. - If you find you need some additional background, please be sure to - review and understand the following documentation: - - Yocto Project Quick Start - - The "Modifying Source Code" - section in the Yocto Project Development Manual - - The "Understanding and Creating Layers" section - in the Yocto Project Development Manual - The "Kernel Modification Workflow" - section. - - - + + Finally, while this document focuses on the manual creation of + recipes, patches, and configuration files, the Yocto Project + Board Support Package (BSP) tools are available to automate + this process with existing content and work well to create the + initial framework and boilerplate code. + For details on these tools, see the + "Using the Yocto Project's BSP Tools" + section in the Yocto Project Board Support Package (BSP) Developer's + Guide. + +
- - Finally, while this document focuses on the manual creation of - recipes, patches, and configuration files, the Yocto Project - Board Support Package (BSP) tools are available to automate - this process with existing content and work well to create the - initial framework and boilerplate code. - For details on these tools, see the - "Using the Yocto Project's BSP Tools" - section in the Yocto Project Board Support Package (BSP) Developer's - Guide. - -