diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-10-04 05:35:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 23:12:06 +0100 |
commit | 71cfe031c37b0e84e2f04cc063f411163fdcca99 (patch) | |
tree | 723a520876552ddab67f25097ae3a5cda4804142 /documentation | |
parent | e07033ae82cd65652cb7a2a523ef8e17c11e8142 (diff) | |
download | poky-71cfe031c37b0e84e2f04cc063f411163fdcca99.tar.gz |
documentation/dev-manual/dev-manual-bsp-appendix.xml: fixed typo.
(From yocto-docs rev: a66bb0402dd3f1499278277486e482b573a97777)
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-bsp-appendix.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 86f6f20164..161c29d728 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml | |||
@@ -312,7 +312,7 @@ | |||
312 | However, in the <filename>meta-mymachine</filename> layer in | 312 | However, in the <filename>meta-mymachine</filename> layer in |
313 | <filename>recipes-kernel/linux</filename> resides a <filename>.bbappend</filename> | 313 | <filename>recipes-kernel/linux</filename> resides a <filename>.bbappend</filename> |
314 | file named <filename>linux-yocto_3.0.bbappend</filename> that | 314 | file named <filename>linux-yocto_3.0.bbappend</filename> that |
315 | is appended to the recipe of the same name in <filename>meta/recipes-kernel/link</filename>. | 315 | is appended to the recipe of the same name in <filename>meta/recipes-kernel/linux</filename>. |
316 | Thus, the <filename>SRCREV</filename> statements in the "append" file override | 316 | Thus, the <filename>SRCREV</filename> statements in the "append" file override |
317 | the more general statements found in <filename>meta</filename>. | 317 | the more general statements found in <filename>meta</filename>. |
318 | </para> | 318 | </para> |