summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-kernel-appendix.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-01 14:41:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-04 15:07:51 +0100
commitdd2883be8fa4397679246d3501e8ecbc236cdf09 (patch)
tree92abe64a54510d8aeba29254e86c681422670cc7 /documentation/dev-manual/dev-manual-kernel-appendix.xml
parent46af251ce0362f9fb37f752e546311a20f99138e (diff)
downloadpoky-dd2883be8fa4397679246d3501e8ecbc236cdf09.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index c5fd3e3641..8a80d54356 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -8,8 +8,9 @@
8 <para> 8 <para>
9 Kernel modification involves changing or adding configurations to an existing kernel, or 9 Kernel modification involves changing or adding configurations to an existing kernel, or
10 adding recipes to the kernel that are needed to support specific hardware features. 10 adding recipes to the kernel that are needed to support specific hardware features.
11 The process is similar to creating a Board Support Package (BSP) except that it does not 11 The process is similar to creating a Board Support Package (BSP) except that it invloves
12 involve a BSP layer. 12 isolating your work in a kernel layer and the use of <filename>menuconfig</filename>
13 to help make configuration data easily identifiable.
13 </para> 14 </para>
14 15
15 <para> 16 <para>