diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-02-07 16:21:00 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:07:53 -0800 |
commit | c74f732576e0f33dbfdf5099ac5021f5ab9ca7a1 (patch) | |
tree | d0492cbfda5465d28a52447e9502fdfdf65eafe7 /documentation/bsp-guide/bsp.xml | |
parent | 70ae82a1612bb8c723088d248ddc254c6aa56570 (diff) | |
download | poky-c74f732576e0f33dbfdf5099ac5021f5ab9ca7a1.tar.gz |
documentation/bsp-guide/bsp.xml: qualified the commit ID difference
In the example that shows the linux-yocto_3.0.bbappend file the
commit IDs are pretty much random and taken at the time I wrote
the section. I have provided a qualifying statement before the
example to explain that the commit ID strings in the manual's
example could differ from those in the actual file in the YP
source repository.
(From yocto-docs rev: f31278a7ebc4271a6cb75da6891d2d9bf82d41f3)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 621e6607fa..4deab843bc 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -452,7 +452,10 @@ | |||
452 | <literallayout class='monospaced'> | 452 | <literallayout class='monospaced'> |
453 | meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend | 453 | meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend |
454 | </literallayout> | 454 | </literallayout> |
455 | The file contains the following: | 455 | The following listing shows the file. |
456 | Be aware that the actual commit ID strings in this example listing might be different | ||
457 | than the actual strings in the file from the Yocto Project <filename>meta-intel</filename> | ||
458 | Git source repository. | ||
456 | <literallayout class='monospaced'> | 459 | <literallayout class='monospaced'> |
457 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 460 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
458 | 461 | ||