summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-11-15 14:30:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-22 12:21:08 +0000
commit091d470a8ae2641040983484609e5cd4dfcf9bfd (patch)
treea48c890b69a6f7c88639ed338a7b89dbae24e0a3 /documentation
parenteebbc00b252a84d2502c3f5c7acd5a622dbd6e31 (diff)
downloadpoky-091d470a8ae2641040983484609e5cd4dfcf9bfd.tar.gz
kernel-dev: Updated phrasing for what a "defconfig" file is.
It was over simplistic. (From yocto-docs rev: 7eb909de44d5782ec1389c07df0cecf487e558d8) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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