diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-01-31 18:27:01 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:07:47 -0800 |
commit | 0da071e6a8812fa38d28e833ec893d1fee151410 (patch) | |
tree | 76896c4ec70571b83884cf7528838eeaeceaccd0 /documentation | |
parent | 81629e3aa5c8e49d7c715223796aa7083ebfe96b (diff) | |
download | poky-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')
-rw-r--r-- | documentation/kernel-manual/kernel-concepts.xml | 5 |
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 @@ | |||
320 | </para> | 320 | </para> |
321 | 321 | ||
322 | <para> | 322 | <para> |
323 | A package consists of tasks and BitBake, in most cases, behaves by fetching, unpacking, | ||
324 | patching, configuring, compiling, installing, packaging, writing, and building. | ||
325 | Configuration is part of the standard BitBake process. | ||
326 | |||
327 | <para> | ||
323 | Explain how <filename>.config</filename> is used when the kernel image is built. | 328 | Explain how <filename>.config</filename> is used when the kernel image is built. |
324 | Describe the role of <filename>menuconfig</filename> regarding the | 329 | Describe the role of <filename>menuconfig</filename> regarding the |
325 | <filename>.config</filename>. | 330 | <filename>.config</filename>. |