summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-13 12:34:30 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 14:24:44 +0000
commit333f776d6cf163ae1f6a375db000dcdd2989532f (patch)
tree8da2f6b39b6125a331b36b38558e4c7b0e260d15 /documentation/kernel-manual
parent6392dffcf830c3514820a0b68767a5b72984ace1 (diff)
downloadpoky-333f776d6cf163ae1f6a375db000dcdd2989532f.tar.gz
documentation: Updates for [YOCTO #1717].
Minor edits to the BSP Guide, the Development Manual, and the Kernel Manual to address [YOCTO #1717], which noted confusion over the kernel manual when a user was trying to find kernel configuration information. The fix for this bug involved several areas. I had previously created a new section called "Kernel Configuration" in the kernel manual and "Configuring the Kernel" in the YP Development manual. There were several rounds of feedback from Bruce Ashfield. This commit represents the final touches on the three manuals to address the bug. Fixes [YOCTO #1717] (From yocto-docs rev: de8f85753ad1d6dde66adb6bb4cb09e9528c7cd6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r--documentation/kernel-manual/kernel-concepts.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml
index a82977dc49..54d75f6c16 100644
--- a/documentation/kernel-manual/kernel-concepts.xml
+++ b/documentation/kernel-manual/kernel-concepts.xml
@@ -318,16 +318,16 @@
318 <para> 318 <para>
319 Conceptually, Linux Yocto kernel configuration occurs similarly to that needed for any 319 Conceptually, Linux Yocto kernel configuration occurs similarly to that needed for any
320 Linux kernel. 320 Linux kernel.
321 The Linux Yocto kernel build process uses a <filename>.config</filename>, which 321 The Linux Yocto kernel build process uses a <filename>.config</filename> file, which
322 is created through the Linux Kernel Coinfiguration (LKC) tool. 322 is created through the Linux Kernel Coinfiguration (LKC) tool.
323 You can directly set various configurations in the 323 You can directly set various configurations in the
324 <filename>.config</filename> file by using the <filename>menuconfig</filename> 324 <filename>.config</filename> file by using the <filename>menuconfig</filename>
325 tool as built by BitBake. 325 tool as built by BitBake.
326 You can also affect the configurations in the file by using configuration fragments. 326 You can also define configurations in the file by using configuration fragments.
327 <note> 327 <note>
328 It is not recommended that you edit the <filename>.config</filename> file directly. 328 It is not recommended that you edit the <filename>.config</filename> file directly.
329 </note> 329 </note>
330 Here is are some brief descriptions of the ways you can affect the 330 Here are some brief descriptions of the ways you can affect the
331 <filename>.config</filename> file: 331 <filename>.config</filename> file:
332 <itemizedlist> 332 <itemizedlist>
333 <listitem><para><emphasis>The <filename>menuconfig</filename> Tool:</emphasis> 333 <listitem><para><emphasis>The <filename>menuconfig</filename> Tool:</emphasis>