documentation/dev-manual/dev-manual-kernel-appendix.xml: minor edits

(From yocto-docs rev: 315f1493b380a657951abc629ffd48a1cccde16c)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-08-01 14:41:30 -07:00 committed by Richard Purdie
parent 46af251ce0
commit dd2883be8f
1 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,9 @@
<para>
Kernel modification involves changing or adding configurations to an existing kernel, or
adding recipes to the kernel that are needed to support specific hardware features.
The process is similar to creating a Board Support Package (BSP) except that it does not
involve a BSP layer.
The process is similar to creating a Board Support Package (BSP) except that it invloves
isolating your work in a kernel layer and the use of <filename>menuconfig</filename>
to help make configuration data easily identifiable.
</para>
<para>