diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-11-15 14:30:15 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-27 22:54:55 +0000 |
commit | 8271ca3968b50ce4347fa49e42581e603640dfbf (patch) | |
tree | ed18303ebeb27e5ef6eef1f2b18af64e93954b18 | |
parent | 94a6cd1c2f40a43ddf517ea0894e351d52219604 (diff) | |
download | poky-8271ca3968b50ce4347fa49e42581e603640dfbf.tar.gz |
kernel-dev: Updated phrasing for what a "defconfig" file is.
It was over simplistic.
(From yocto-docs rev: 8c66db6f2a35e9e57423690976a16d6a815ccbc9)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 7 |
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 83b02b1c18..9052876122 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 <filename>defconfig</filename> File</title> | 1603 | <title>Creating a <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 |