summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-01-14 12:02:36 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 15:59:20 +0000
commit5487eeb730bd4ea4ab188c74352d80b4f5f413f8 (patch)
treef75f8115c8fc23b16964012539ae72e71b8e5b67 /documentation
parenta0ac33680174f372d520a4f84b0799a6c01e8345 (diff)
downloadpoky-5487eeb730bd4ea4ab188c74352d80b4f5f413f8.tar.gz
kernel-dev: Edits to Introduction chapter.
Removed the block of original text. (From yocto-docs rev: ff36ef73cbf50b966bf539b013260fb7c668d82e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/kernel-dev/kernel-dev-intro.xml45
1 files changed, 0 insertions, 45 deletions
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml
index 5d6d9309aa..361bb9eb1f 100644
--- a/documentation/kernel-dev/kernel-dev-intro.xml
+++ b/documentation/kernel-dev/kernel-dev-intro.xml
@@ -117,51 +117,6 @@
117 section in the Yocto Project Board Support Package (BSP) Developer's 117 section in the Yocto Project Board Support Package (BSP) Developer's
118 Guide. 118 Guide.
119 </para> 119 </para>
120
121 <para>
122 Original Text:
123 <literallayout class='monospaced'>
124Each Yocto Project release introduces a new set of linux-yocto kernel recipes,
125tracking the latest upstream developments and introducing newly supported
126platforms. In addition to the new kernel recipes, the previous recipes are
127refreshed and supported for at least one additional release. As they align,
128these previous releases are updated to include the latest from the LTSI project.
129Besides these recipes, a linux-yocto-dev recipe is available for working with
130the very latest in upstream Linux kernel development as well as meta-data
131development.
132
133If you do not maintain your own kernel sources and need to make only minimal
134changes to the sources, these recipes provide a vetted base upon which to layer
135your changes. Doing so allows you to benefit from the continual kernel
136integration and testing performed during development of the Yocto Project.
137
138If, instead, you have a very specific Linux kernel source tree and are unable to
139align with one of the many official linux-yocto releases, an alternative
140exists by which you can use the Yocto Project Linux kernel tools with your own
141sources.
142
143The sections that follow provide instructions for completing specific Linux
144kernel development tasks. They assume familiarity with working with bitbake
145recipes and basic open-source development tools. Understanding these concepts
146will facilitate the process of working with the kernel recipes. If you find you
147need some additional background, please be sure to review and understand the
148following documentation:
149
150o Yocto Project Getting Started Guide
151o Yocto Project Development Manual
152 - 4.3 Modifying Temporary Source Code
153 - 5.1 Understanding and Creating Layers
154 - 4.1.2 Modifying the Kernel
155 (This section should be retired, as well as 5.6, 5.7 - with this document
156 providing the necessary information)
157
158Finally, while this document focuses on the manual creation of recipes, patches,
159and configuration files, the Yocto Project BSP tools are available to automate
160this process with existing content and work well to create the initial framework
161and boilerplate code. For details, refer to the Yocto Project BSP Developer's
162Guide.
163 </literallayout>
164 </para>
165 </section> 120 </section>
166</chapter> 121</chapter>
167<!-- 122<!--