diff options
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r-- | documentation/kernel-manual/kernel-concepts.xml | 6 |
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> |