diff options
author | Andrea Galbusera <gizero@gmail.com> | 2012-10-15 06:26:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-15 14:45:16 +0100 |
commit | 83448c4b318ce60a54aae24a9a247456fa94caaf (patch) | |
tree | e0d1edd74d2b08c9e5df2a064f3c53a8bd64089b | |
parent | bd83f6a66fed8bcca69c9982e9d0a65b870034d2 (diff) | |
download | poky-83448c4b318ce60a54aae24a9a247456fa94caaf.tar.gz |
documentation: kernel-manual - Fixed typo.
(From yocto-docs rev: 0ec3c614bc7fad0cf67ddc2cd802cd0e5b0adf95)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/kernel-manual/kernel-concepts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml index 8b9e71ff96..157443d9a5 100644 --- a/documentation/kernel-manual/kernel-concepts.xml +++ b/documentation/kernel-manual/kernel-concepts.xml | |||
@@ -320,7 +320,7 @@ | |||
320 | Conceptually, configuration of a Yocto Project kernel occurs similarly to that needed for any | 320 | Conceptually, configuration of a Yocto Project kernel occurs similarly to that needed for any |
321 | Linux kernel. | 321 | Linux kernel. |
322 | The build process for a Yocto Project kernel uses a <filename>.config</filename> file, which | 322 | The build process for a Yocto Project kernel uses a <filename>.config</filename> file, which |
323 | is created through the Linux Kernel Coinfiguration (LKC) tool. | 323 | is created through the Linux Kernel Configuration (LKC) tool. |
324 | You can directly set various configurations in the | 324 | You can directly set various configurations in the |
325 | <filename>.config</filename> file by using the <filename>menuconfig</filename> | 325 | <filename>.config</filename> file by using the <filename>menuconfig</filename> |
326 | tool as built by BitBake. | 326 | tool as built by BitBake. |