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-faq.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-faq.xml')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-faq.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-faq.xml b/documentation/kernel-dev/kernel-dev-faq.xml index 9e0517d4af..b2cf2d4d0d 100644 --- a/documentation/kernel-dev/kernel-dev-faq.xml +++ b/documentation/kernel-dev/kernel-dev-faq.xml | |||
@@ -36,7 +36,8 @@ | |||
36 | </question> | 36 | </question> |
37 | <answer> | 37 | <answer> |
38 | <para> | 38 | <para> |
39 | Refer to the "<link linkend='generating-configuration-files'>Generating Configuration Files</link>" | 39 | Refer to the |
40 | "<link linkend='creating-config-fragments'>Creating Configuration Fragments</link>" | ||
40 | section for information. | 41 | section for information. |
41 | </para> | 42 | </para> |
42 | </answer> | 43 | </answer> |