diff options
-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>. |