summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 299bac407b..4c6fc35dab 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -1603,8 +1603,11 @@
1603 <title>Creating a&nbsp;&nbsp;<filename>defconfig</filename> File</title> 1603 <title>Creating a&nbsp;&nbsp;<filename>defconfig</filename> File</title>
1604 1604
1605 <para> 1605 <para>
1606 A <filename>defconfig</filename> file is simply a 1606 A <filename>defconfig</filename> file in the context of
1607 <filename>.config</filename> renamed to "defconfig". 1607 the Yocto Project is often a <filename>.config</filename>
1608 file that is copied from a build or a
1609 <filename>defconfig</filename> taken from the kernel tree
1610 and moved into recipe space.
1608 You can use a <filename>defconfig</filename> file 1611 You can use a <filename>defconfig</filename> file
1609 to retain a known set of kernel configurations from which the 1612 to retain a known set of kernel configurations from which the
1610 OpenEmbedded build system can draw to create the final 1613 OpenEmbedded build system can draw to create the final