summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-bsp-appendix.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-06-14 14:41:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-29 14:59:25 +0100
commitc0433b3b9409610481d49f2563dbc57c8995dbf8 (patch)
treee9d4cb179d1935d55acb2282314abd05810b52c2 /documentation/dev-manual/dev-manual-bsp-appendix.xml
parent28989f2d048ca50b3df7b73ceda446b531cef73c (diff)
downloadpoky-c0433b3b9409610481d49f2563dbc57c8995dbf8.tar.gz
documentation/dev-manual: Minor 1.1.2 updates
The second pass through the manual testing against the variables put in during the first pass. Minor changes and few links not right. One thing of note is the tarball used for the BSP appendix example for Crown Bay. The tarball I have in there is the release 1.1 version with poky 6.0.0. (From yocto-docs rev: 3839c0b0a063fd240b129c745ee95047a6e23cb8) 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.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 74d5406f4b..4d4bc0102b 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -161,11 +161,11 @@
161 <ulink url='&YOCTO_HOME_URL;/download'>Download</ulink> page of the 161 <ulink url='&YOCTO_HOME_URL;/download'>Download</ulink> page of the
162 Yocto Project website. 162 Yocto Project website.
163 Here is the specific link for the tarball needed for this example: 163 Here is the specific link for the tarball needed for this example:
164 <ulink url='&YOCTO_MACHINES_DL_URL;/crownbay-noemgd/crownbay-noemgd-&DISTRO_NAME;-&POKYVERSION;.tar.bz2'></ulink>. 164 <ulink url='&YOCTO_DL_URL;/releases/yocto/yocto-1.1/machines/crownbay-noemgd/crownbay-noemgd-edison-6.0.0.tar.bz2'></ulink>.
165 Again, be sure that you are already in the <filename>poky</filename> directory 165 Again, be sure that you are already in the <filename>poky</filename> directory
166 as described previously before installing the tarball: 166 as described previously before installing the tarball:
167 <literallayout class='monospaced'> 167 <literallayout class='monospaced'>
168 $ tar xfj crownbay-noemgd-&DISTRO_NAME;-&POKYVERSION;.tar.bz2 168 $ tar xfj crownbay-noemgd-&DISTRO_NAME;-6.0.0.tar.bz2
169 $ cd meta-intel 169 $ cd meta-intel
170 </literallayout> 170 </literallayout>
171 </para> 171 </para>