aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-31 18:27:01 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:07:47 -0800
commit0da071e6a8812fa38d28e833ec893d1fee151410 (patch)
tree76896c4ec70571b83884cf7528838eeaeceaccd0 /documentation/kernel-manual
parent81629e3aa5c8e49d7c715223796aa7083ebfe96b (diff)
downloadopenembedded-core-contrib-0da071e6a8812fa38d28e833ec893d1fee151410.tar.gz
documentation/kernel-manual/kernel-concepts.xml: More intermittent edits
These are transitory and related to bug 1717 (the kernel manual is confusing). Slow going on this stuff. The edits are notes only. (From yocto-docs rev: f4a8cdb710b91892ae73eea41f6059fd9159c4cc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r--documentation/kernel-manual/kernel-concepts.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml
index 922f9b312d..9a599f2a8c 100644
--- a/documentation/kernel-manual/kernel-concepts.xml
+++ b/documentation/kernel-manual/kernel-concepts.xml
@@ -320,6 +320,11 @@
</para>
<para>
+ A package consists of tasks and BitBake, in most cases, behaves by fetching, unpacking,
+ patching, configuring, compiling, installing, packaging, writing, and building.
+ Configuration is part of the standard BitBake process.
+
+ <para>
Explain how <filename>.config</filename> is used when the kernel image is built.
Describe the role of <filename>menuconfig</filename> regarding the
<filename>.config</filename>.