summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-advanced.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-09-27 13:09:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-06 12:06:33 +0100
commitfae276ea095f96278e970940840fa61ebcc9ff59 (patch)
tree81dc5f45c6a3c22069608a0da6785982fbafe647 /documentation/kernel-dev/kernel-dev-advanced.xml
parent2e21a56a8a0a933af4fe3f63fa6d921f13e85f4e (diff)
downloadpoky-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-advanced.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-advanced.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml
index a6f01a8e2a..3b830fb77f 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.xml
+++ b/documentation/kernel-dev/kernel-dev-advanced.xml
@@ -319,8 +319,6 @@
319 </literallayout> 319 </literallayout>
320 You can find information on configuration fragment files in the 320 You can find information on configuration fragment files in the
321 "<link linkend='creating-config-fragments'>Creating Configuration Fragments</link>" 321 "<link linkend='creating-config-fragments'>Creating Configuration Fragments</link>"
322 section and in
323 the "<link linkend='generating-configuration-files'>Generating Configuration Files</link>"
324 section. 322 section.
325 </para> 323 </para>
326 324
@@ -347,7 +345,7 @@
347 345
348 <para> 346 <para>
349 As described in the 347 As described in the
350 "<link linkend='generating-configuration-files'>Generating Configuration Files</link>" 348 "<link linkend='validating-configuration'>Validating Configuration</link>"
351 section, you can use the following BitBake command to audit your 349 section, you can use the following BitBake command to audit your
352 configuration: 350 configuration:
353 <literallayout class='monospaced'> 351 <literallayout class='monospaced'>
@@ -634,7 +632,7 @@
634 For information on how to break a complete 632 For information on how to break a complete
635 <filename>.config</filename> file into the various 633 <filename>.config</filename> file into the various
636 configuration fragments, see the 634 configuration fragments, see the
637 "<link linkend='generating-configuration-files'>Generating Configuration Files</link>" 635 "<link linkend='creating-config-fragments'>Creating Configuration Fragments</link>"
638 section. 636 section.
639 </para> 637 </para>
640 638