summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-26 14:55:52 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:32 +0100
commit93deb57c9188400043466c5e2fe5b5246e2361e2 (patch)
tree8a466b6b2ed69dc04aac1a61f54095909dc3457b /documentation
parent2883b754a12fdfa2320e693d433c62ddf67c54af (diff)
downloadpoky-93deb57c9188400043466c5e2fe5b5246e2361e2.tar.gz
documentation/dev-manual/dev-manual-bsp-appendix.xml: Bad variable
The variable substitution had to be changed from "&DISTRO_NAME;-6.0.0.tar.bz2" to "&DISTRO_NAME;-&POKYVERSION;.tar.bz2". (From yocto-docs rev: 8ed6cb5e2b56dee3fa8d127b449183ae141a9153) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 a4c66839df..99ac453496 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -165,11 +165,11 @@
165 <ulink url='&YOCTO_HOME_URL;/download'>Download</ulink> page of the 165 <ulink url='&YOCTO_HOME_URL;/download'>Download</ulink> page of the
166 Yocto Project website. 166 Yocto Project website.
167 Here is the specific link for the tarball needed for this example: 167 Here is the specific link for the tarball needed for this example:
168 <ulink url='&YOCTO_MACHINES_DL_URL;/crownbay-noemgd/crownbay-noemgd-&DISTRO_NAME;-6.0.0.tar.bz2'></ulink>. 168 <ulink url='&YOCTO_MACHINES_DL_URL;/crownbay-noemgd/crownbay-noemgd-&DISTRO_NAME;-&POKYVERSION;.tar.bz2'></ulink>.
169 Again, be sure that you are already in the <filename>poky</filename> directory 169 Again, be sure that you are already in the <filename>poky</filename> directory
170 as described previously before installing the tarball: 170 as described previously before installing the tarball:
171 <literallayout class='monospaced'> 171 <literallayout class='monospaced'>
172 $ tar xfj crownbay-noemgd-&DISTRO_NAME;-6.0.0.tar.bz2 172 $ tar xfj crownbay-noemgd-&DISTRO_NAME;-&POKYVERSION;.tar.bz2
173 $ cd meta-intel 173 $ cd meta-intel
174 </literallayout> 174 </literallayout>
175 </para> 175 </para>