diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-05-24 07:03:29 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-31 21:22:28 +0100 |
commit | 1f2fc974dff7e11c4868c093af2e1fce1c4c2aa2 (patch) | |
tree | a04afeb6d1195973c1cd2e43ae9937aaa60ccd0d /documentation/dev-manual | |
parent | a473ba170d45fed61c03f444ca11b5dfd0a7319e (diff) | |
download | poky-1f2fc974dff7e11c4868c093af2e1fce1c4c2aa2.tar.gz |
documentation/dev-manual/dev-manual-bsp-appendix.xml: Added note
Added a note telling the user that the commit ID strings in the
example might not match the actual commit ID strings found in
the .bbappend file.
(From yocto-docs rev: 0477122c42eaf6d5e18e28a2356fe58c1070c608)
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')
-rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 96a1b9cbda..c28bf3addc 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml | |||
@@ -419,7 +419,10 @@ | |||
419 | <para> | 419 | <para> |
420 | The <filename>SRCREV</filename> statements in the append file currently identify | 420 | The <filename>SRCREV</filename> statements in the append file currently identify |
421 | the kernel that supports the Crown Bay BSP with and without EMGD support. | 421 | the kernel that supports the Crown Bay BSP with and without EMGD support. |
422 | Here are the statements: | 422 | Here are the statements: |
423 | <note>The commit ID strings used in this manual might not match the actual commit | ||
424 | ID strings found in the <filename>linux-yocto_3.2.bbappend</filename> file. | ||
425 | For the example, this difference does not matter.</note> | ||
423 | <literallayout class='monospaced'> | 426 | <literallayout class='monospaced'> |
424 | SRCREV_machine_pn-linux-yocto_crownbay ?= \ | 427 | SRCREV_machine_pn-linux-yocto_crownbay ?= \ |
425 | "211fc7f4d10ec2b82b424286aabbaff9254b7cbd" | 428 | "211fc7f4d10ec2b82b424286aabbaff9254b7cbd" |