diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-09-27 13:09:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-06 12:06:33 +0100 |
commit | fae276ea095f96278e970940840fa61ebcc9ff59 (patch) | |
tree | 81dc5f45c6a3c22069608a0da6785982fbafe647 /documentation/kernel-dev/kernel-dev-intro.xml | |
parent | 2e21a56a8a0a933af4fe3f63fa6d921f13e85f4e (diff) | |
download | poky-fae276ea095f96278e970940840fa61ebcc9ff59.tar.gz |
kernel-dev: Eliminated "Generating Configuration Files" section.
This section was largely redundant now. The small things that did
add value I placed in other areas of the chapter 2. One was a new
section on expanding variables using bitbake -e. Another was a bit
about the defconfig file. And a small procedure on how to create
config fragments using the "diffconfig" command was retained.
Links from the dev-manual and the ref-manual were adjusted as well.
(From yocto-docs rev: 7059d3eac1fec20089cabf197503f1bec747686d)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-intro.xml')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml index 174ab93ab0..885a54ce1e 100644 --- a/documentation/kernel-dev/kernel-dev-intro.xml +++ b/documentation/kernel-dev/kernel-dev-intro.xml | |||
@@ -212,7 +212,7 @@ | |||
212 | Applicable:</emphasis> | 212 | Applicable:</emphasis> |
213 | If your situation calls for changing the kernel's | 213 | If your situation calls for changing the kernel's |
214 | configuration, you can use | 214 | configuration, you can use |
215 | <link linkend='generating-configuration-files'><filename>menuconfig</filename></link>, | 215 | <link linkend='using-menuconfig'><filename>menuconfig</filename></link>, |
216 | which allows you to interactively develop and test the | 216 | which allows you to interactively develop and test the |
217 | configuration changes you are making to the kernel. | 217 | configuration changes you are making to the kernel. |
218 | Saving changes you make with <filename>menuconfig</filename> | 218 | Saving changes you make with <filename>menuconfig</filename> |