diff options
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'> |