mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6392dffcf8
commit
333f776d6c
@@ -1722,8 +1722,8 @@ so that there are some definite steps on how to do this. I need more detail her
|
||||
|
||||
<para>
|
||||
Where do you put your configuration files?
|
||||
You can place these configuration files in the same area to which the
|
||||
<filename>SRC_URI</filename> points.
|
||||
You can place these configuration files in the same area pointed to by
|
||||
<filename>SRC_URI</filename>.
|
||||
The Yocto Project build process will pick up the configuration and add it to the
|
||||
kernel's configuration.
|
||||
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
|
||||
<literallayout class='monospaced'>
|
||||
file://my_smp.cfg
|
||||
</literallayout>
|
||||
You would put the config fragment file <filename>my_smp.cfg</filename> in your
|
||||
layer right beneath the directory containing the
|
||||
<filename>linux-yocto_3.0.bbappend</filename> file and the build system
|
||||
will pick up and apply the fragment.
|
||||
You would put the config fragment file <filename>my_smp.cfg</filename> in a
|
||||
sub-directory with the same root name (<filename>linux-yocto</filename>)
|
||||
beneath the directory that contains your <filename>linux-yocto_3.0.bbappend</filename>
|
||||
file and the build system will pick up and apply the fragment.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user