mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1abb969b2e
commit
726c2796aa
@@ -165,11 +165,11 @@
|
|||||||
<ulink url='&YOCTO_HOME_URL;/download'>Download</ulink> page of the
|
<ulink url='&YOCTO_HOME_URL;/download'>Download</ulink> page of the
|
||||||
Yocto Project website.
|
Yocto Project website.
|
||||||
Here is the specific link for the tarball needed for this example:
|
Here is the specific link for the tarball needed for this example:
|
||||||
<ulink url='&YOCTO_MACHINES_DL_URL;/crownbay-noemgd/crownbay-noemgd-&DISTRO_NAME;-6.0.0.tar.bz2'></ulink>.
|
<ulink url='&YOCTO_MACHINES_DL_URL;/crownbay-noemgd/crownbay-noemgd-&DISTRO_NAME;-&POKYVERSION;.tar.bz2'></ulink>.
|
||||||
Again, be sure that you are already in the <filename>poky</filename> directory
|
Again, be sure that you are already in the <filename>poky</filename> directory
|
||||||
as described previously before installing the tarball:
|
as described previously before installing the tarball:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ tar xfj crownbay-noemgd-&DISTRO_NAME;-6.0.0.tar.bz2
|
$ tar xfj crownbay-noemgd-&DISTRO_NAME;-&POKYVERSION;.tar.bz2
|
||||||
$ cd meta-intel
|
$ cd meta-intel
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</para>
|
</para>
|
||||||
|
|||||||
Reference in New Issue
Block a user