documentation/dev-manual/dev-manual-kernel-appendix.xml: structure added

Two additional section placeholders added for changing kernel
configuration and for adding kernel recipes added to the appendix.

(From yocto-docs rev: 27c0ea3dddb652c4367b097b612edbdb76d7725d)

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-11 07:16:13 -07:00 committed by Richard Purdie
parent 3c631db138
commit 65485af49b
1 changed files with 29 additions and 0 deletions

View File

@ -491,6 +491,35 @@
</section>
</section>
<section id='changing-the-kernel-configuration'>
<title>Changing the Kernel Configuration</title>
<para>
This section presents an example that changes the kernel configuration.
The example shows how to use <filename>menuconfig</filename> to quickly see
and set configurations used by the kernel.
</para>
<para>
[Example to be supplied]
</para>
</section>
<section id='adding-kernel-recipes'>
<title>Adding Kernel Recipes</title>
<para>
This section presents an example that adds kernel recipes, which provide
new functionality to the kernel.
</para>
<para>
[Example to be supplied]
</para>
</section>
<!-- <section id='is-vfat-supported'>
<title>Is VFAT Supported?</title>