diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-26 14:55:52 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:50 +0100 |
| commit | 726c2796aa0b8dc74d388bc9fb90cbd2a636dd8a (patch) | |
| tree | a1dd2d5f5f7a150b9fae0009949ac677cec5be19 | |
| parent | 1abb969b2e1e9db6055953e71da519f5a92b718a (diff) | |
| download | poky-726c2796aa0b8dc74d388bc9fb90cbd2a636dd8a.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: 258b4c7fb46d2e6fb2da7bf2f59cd4f5c035b15b)
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.xml | 4 |
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> |
