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-11 07:16:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-15 15:27:02 +0100
commit65485af49bdee6a1ff0efe6842d4169f137d9afc (patch)
tree99c00ad590bfcac34aeea1b4234b9cd8fdd2c5f3 /documentation/dev-manual/dev-manual-kernel-appendix.xml
parent3c631db138337f380d1a7f20932f9c38126d6ec1 (diff)
downloadpoky-65485af49bdee6a1ff0efe6842d4169f137d9afc.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 2304f0a898..d7b5587cb9 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -491,6 +491,35 @@
491 </section> 491 </section>
492 </section> 492 </section>
493 493
494 <section id='changing-the-kernel-configuration'>
495 <title>Changing the Kernel Configuration</title>
496
497 <para>
498 This section presents an example that changes the kernel configuration.
499 The example shows how to use <filename>menuconfig</filename> to quickly see
500 and set configurations used by the kernel.
501 </para>
502
503 <para>
504 [Example to be supplied]
505 </para>
506 </section>
507
508 <section id='adding-kernel-recipes'>
509 <title>Adding Kernel Recipes</title>
510
511 <para>
512 This section presents an example that adds kernel recipes, which provide
513 new functionality to the kernel.
514 </para>
515
516 <para>
517 [Example to be supplied]
518 </para>
519 </section>
520
521
522
494<!-- <section id='is-vfat-supported'> 523<!-- <section id='is-vfat-supported'>
495 <title>Is VFAT Supported?</title> 524 <title>Is VFAT Supported?</title>
496 525