From 333f776d6cf163ae1f6a375db000dcdd2989532f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Mar 2012 12:34:30 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/kernel-manual/kernel-concepts.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/kernel-manual') 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 @@ Conceptually, Linux Yocto kernel configuration occurs similarly to that needed for any Linux kernel. - The Linux Yocto kernel build process uses a .config, which + The Linux Yocto kernel build process uses a .config file, which is created through the Linux Kernel Coinfiguration (LKC) tool. You can directly set various configurations in the .config file by using the menuconfig tool as built by BitBake. - You can also affect the configurations in the file by using configuration fragments. + You can also define configurations in the file by using configuration fragments. It is not recommended that you edit the .config file directly. - Here is are some brief descriptions of the ways you can affect the + Here are some brief descriptions of the ways you can affect the .config file: The menuconfig Tool: -- cgit v1.2.3-54-g00ecf