diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-15 16:25:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:15 +0100 |
commit | 67c503d0124b520df991df4674aff6dc29adb9c7 (patch) | |
tree | 7bd70779b8efa44c01e140a85b294ca24672a2fd /documentation | |
parent | d70617f965846db17c97b9e71e945abbc61ccfc8 (diff) | |
download | poky-67c503d0124b520df991df4674aff6dc29adb9c7.tar.gz |
dev-manual: Edits to "Fine-Tuning the Kernel Confguration File" section.
(From yocto-docs rev: 229acbce8857ca398ca8d28e0341a931f237d7fb)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0e443243f5..62f0ee4433 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1948,7 +1948,7 @@ | |||
1948 | <title>Fine-tuning the Kernel Configuration File</title> | 1948 | <title>Fine-tuning the Kernel Configuration File</title> |
1949 | 1949 | ||
1950 | <para> | 1950 | <para> |
1951 | You can make sure the <filename>.config</filename> is as lean or efficient as | 1951 | You can make sure the <filename>.config</filename> file is as lean or efficient as |
1952 | possible by reading the output of the kernel configuration fragment audit, | 1952 | possible by reading the output of the kernel configuration fragment audit, |
1953 | noting any issues, making changes to correct the issues, and then repeating. | 1953 | noting any issues, making changes to correct the issues, and then repeating. |
1954 | </para> | 1954 | </para> |
@@ -1965,7 +1965,7 @@ | |||
1965 | <filename>.config</filename> file.</para></listitem> | 1965 | <filename>.config</filename> file.</para></listitem> |
1966 | <listitem><para>Configuration items that appear twice in the same | 1966 | <listitem><para>Configuration items that appear twice in the same |
1967 | configuration fragment.</para></listitem> | 1967 | configuration fragment.</para></listitem> |
1968 | <listitem><para>Configuration items tagged as 'required' were overridden. | 1968 | <listitem><para>Configuration items tagged as "required" were overridden. |
1969 | </para></listitem> | 1969 | </para></listitem> |
1970 | <listitem><para>A board overrides a non-board specific option.</para></listitem> | 1970 | <listitem><para>A board overrides a non-board specific option.</para></listitem> |
1971 | <listitem><para>Listed options not valid for the kernel being processed. | 1971 | <listitem><para>Listed options not valid for the kernel being processed. |