summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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/ref-manual
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/ref-manual')
-rw-r--r--documentation/ref-manual/ref-tasks.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index e145518989..2b3856f5c0 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -883,7 +883,7 @@
883 $ bitbake linux-yocto -c diffconfig 883 $ bitbake linux-yocto -c diffconfig
884 </literallayout> 884 </literallayout>
885 For more information, see the 885 For more information, see the
886 "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#generating-configuration-files'>Generating Configuration Files</ulink>" 886 "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#creating-config-fragments'>Creating Configuration Fragments</ulink>"
887 section in the Yocto Project Linux Kernel Development Manual. 887 section in the Yocto Project Linux Kernel Development Manual.
888 </para> 888 </para>
889 </section> 889 </section>
@@ -918,7 +918,7 @@
918 $ bitbake linux-yocto -c kernel_configcheck -f 918 $ bitbake linux-yocto -c kernel_configcheck -f
919 </literallayout> 919 </literallayout>
920 For more information, see the 920 For more information, see the
921 "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#generating-configuration-files'>Generating Configuration Files</ulink>" 921 "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#validating-configuration'>Validating Configuration</ulink>"
922 section in the Yocto Project Linux Kernel Development Manual. 922 section in the Yocto Project Linux Kernel Development Manual.
923 </para> 923 </para>
924 </section> 924 </section>
@@ -956,12 +956,9 @@
956 </literallayout> 956 </literallayout>
957 </note> 957 </note>
958 See the 958 See the
959 "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#generating-configuration-files'>Generating Configuration Files</ulink>" 959 "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#using-menuconfig'>Using <filename>menuconfig</filename></ulink>"
960 section in the Yocto Project Linux Kernel Development Manual 960 section in the Yocto Project Linux Kernel Development Manual
961 for more information on this configuration tool. 961 for more information on this configuration tool.
962 You can also reference the
963 "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#using-menuconfig'>Using <filename>menuconfig</filename></ulink>"
964 section in the Yocto Project Linux Kernel Development Manual.
965 </para> 962 </para>
966 </section> 963 </section>
967 964