From 65485af49bdee6a1ff0efe6842d4169f137d9afc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 11 Aug 2011 07:16:13 -0700 Subject: 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 Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-kernel-appendix.xml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml') 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 @@ +
+ Changing the Kernel Configuration + + + This section presents an example that changes the kernel configuration. + The example shows how to use menuconfig to quickly see + and set configurations used by the kernel. + + + + [Example to be supplied] + +
+ +
+ Adding Kernel Recipes + + + This section presents an example that adds kernel recipes, which provide + new functionality to the kernel. + + + + [Example to be supplied] + +
+ + +