summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-12 07:33:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-20 17:51:59 -0700
commitca9366edf27e6c613cd5d31ec1f7a6544cd3b3dc (patch)
tree5c05dce83922d4cb8cb9a67838e21ba0bad7869c
parent1ae239ff80de3caa8b27ab84972b8e38f1cc4eae (diff)
downloadast2050-yocto-poky-ca9366edf27e6c613cd5d31ec1f7a6544cd3b3dc.zip
ast2050-yocto-poky-ca9366edf27e6c613cd5d31ec1f7a6544cd3b3dc.tar.gz
documentation/dev-manual/dev-manual-bsp-appendix.xml: Corrected the SRCREV statement
Comment from Bruce Ashfield indicated that this statement needed to be SRCREV_meta_pn-linux-yocto_mymachine ?= \ "84f1a422d7e21fbc23a687035bdf9d42471f19e0" (From yocto-docs rev: 917bfca1af7f82ad330854849e0ec4f30289543a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 97ceb12..440e8a6 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -352,9 +352,9 @@
kernel.
Here are the final <filename>SRCREV</filename> statements:
<literallayout class='monospaced'>
- SRCREV_machine_pn-linux-yocto-_mymachine ?= \
+ SRCREV_machine_pn-linux-yocto_mymachine ?= \
"fce17f046d3756045e4dfb49221d1cf60fcae329"
- SRCREV_meta_pn-linux-yocto-stable_mymachine ?= \
+ SRCREV_meta_pn-linux-yocto_mymachine ?= \
"84f1a422d7e21fbc23a687035bdf9d42471f19e0"
</literallayout>
</para>
OpenPOWER on IntegriCloud