summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml12
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