diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-13 16:57:17 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 14:24:47 +0000 |
commit | 73aea6c113265d1465ffa781dd794b6b77eb23dd (patch) | |
tree | f836e32374ef389bff3f2dae6bd0f0118c4fbeba /documentation/dev-manual/dev-manual-bsp-appendix.xml | |
parent | 802ac5e03819a20eea71e77b8fce6f7907e94fe0 (diff) | |
download | poky-73aea6c113265d1465ffa781dd794b6b77eb23dd.tar.gz |
documentation/dev-manual/dev-manual-bsp-appendix.xml: minor edits.
(From yocto-docs rev: f109ca75f7a1d8fdd6051da989adda2207049209)
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-bsp-appendix.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 4ad4dbc864..fef07e5797 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml | |||
@@ -405,13 +405,13 @@ | |||
405 | However, in the <filename>meta-mymachine</filename> layer in | 405 | However, in the <filename>meta-mymachine</filename> layer in |
406 | <filename>recipes-kernel/linux</filename> resides a <filename>.bbappend</filename> | 406 | <filename>recipes-kernel/linux</filename> resides a <filename>.bbappend</filename> |
407 | file named <filename>linux-yocto_3.0.bbappend</filename> that | 407 | file named <filename>linux-yocto_3.0.bbappend</filename> that |
408 | is appended to the recipe of the same name in <filename>meta/recipes-kernel/linux</filename>. | 408 | appends information to the recipe of the same name in <filename>meta/recipes-kernel/linux</filename>. |
409 | Thus, the <filename>SRCREV</filename> statements in the "append" file override | 409 | Thus, the <filename>SRCREV</filename> statements in the append file override |
410 | the more general statements found in <filename>meta</filename>. | 410 | the more general statements found in <filename>meta</filename>. |
411 | </para> | 411 | </para> |
412 | 412 | ||
413 | <para> | 413 | <para> |
414 | The <filename>SRCREV</filename> statements in the "append" file currently identify | 414 | The <filename>SRCREV</filename> statements in the append file currently identify |
415 | the kernel that supports the Crown Bay BSP with and without EMGD support. | 415 | the kernel that supports the Crown Bay BSP with and without EMGD support. |
416 | Here are the statements: | 416 | Here are the statements: |
417 | <literallayout class='monospaced'> | 417 | <literallayout class='monospaced'> |