aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>.