summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-13 16:45:51 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 14:24:46 +0000
commit99c1eb5d04f9a6e126aa263ac80fb23f763c579c (patch)
tree57eaa049727570e9a44822831fffc06953e2facd /documentation
parent83141b336c1cc97bc3a49f18721ac35d2e2fd0e8 (diff)
downloadpoky-99c1eb5d04f9a6e126aa263ac80fb23f763c579c.tar.gz
documentation/dev-manual/dev-manual-model.xml: Technical correction
Fixed text that described how a config file was referenced. (From yocto-docs rev: 29846fcb4fd6f90452023e1f627ef76f1a056ac6) 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-model.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 46adc97863..52734bf4d1 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -439,8 +439,8 @@
439 <para>Once you are satisfied with the configuration changes made using 439 <para>Once you are satisfied with the configuration changes made using
440 <filename>menuconfig</filename>, you can directly examine the 440 <filename>menuconfig</filename>, you can directly examine the
441 <filename>.config</filename> file against a saved original and gather those 441 <filename>.config</filename> file against a saved original and gather those
442 changes into a config fragment to be placed inside a 442 changes into a config fragment to be referenced from within the kernel's
443 <filename>.bbappend</filename></para></listitem> 443 <filename>.bbappend</filename> file.</para></listitem>
444 <listitem><para><emphasis>Add or extend kernel recipes if applicable</emphasis>: 444 <listitem><para><emphasis>Add or extend kernel recipes if applicable</emphasis>:
445 The standard 445 The standard
446 layer structure organizes recipe files inside the 446 layer structure organizes recipe files inside the