diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-13 12:34:30 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 14:24:44 +0000 |
commit | 333f776d6cf163ae1f6a375db000dcdd2989532f (patch) | |
tree | 8da2f6b39b6125a331b36b38558e4c7b0e260d15 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 6392dffcf830c3514820a0b68767a5b72984ace1 (diff) | |
download | poky-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/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 90d9b54726..088c529b97 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1722,8 +1722,8 @@ so that there are some definite steps on how to do this. I need more detail her | |||
1722 | 1722 | ||
1723 | <para> | 1723 | <para> |
1724 | Where do you put your configuration files? | 1724 | Where do you put your configuration files? |
1725 | You can place these configuration files in the same area to which the | 1725 | You can place these configuration files in the same area pointed to by |
1726 | <filename>SRC_URI</filename> points. | 1726 | <filename>SRC_URI</filename>. |
1727 | The Yocto Project build process will pick up the configuration and add it to the | 1727 | The Yocto Project build process will pick up the configuration and add it to the |
1728 | kernel's configuration. | 1728 | kernel's configuration. |
1729 | For example, assume you add the following to your | 1729 | For example, assume you add the following to your |
@@ -1731,10 +1731,10 @@ so that there are some definite steps on how to do this. I need more detail her | |||
1731 | <literallayout class='monospaced'> | 1731 | <literallayout class='monospaced'> |
1732 | file://my_smp.cfg | 1732 | file://my_smp.cfg |
1733 | </literallayout> | 1733 | </literallayout> |
1734 | You would put the config fragment file <filename>my_smp.cfg</filename> in your | 1734 | You would put the config fragment file <filename>my_smp.cfg</filename> in a |
1735 | layer right beneath the directory containing the | 1735 | sub-directory with the same root name (<filename>linux-yocto</filename>) |
1736 | <filename>linux-yocto_3.0.bbappend</filename> file and the build system | 1736 | beneath the directory that contains your <filename>linux-yocto_3.0.bbappend</filename> |
1737 | will pick up and apply the fragment. | 1737 | file and the build system will pick up and apply the fragment. |
1738 | </para> | 1738 | </para> |
1739 | </section> | 1739 | </section> |
1740 | 1740 | ||