mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
adt-manual: Fixed toolchain path in example
The path used for the toolchain was wrong. The string "toolchain" appears in the path. I was not informed of this before locking down 1.5 release doc changes. I have updated the path in the "Using a Cross-Toolchain Tarball" section. Occured twice. (From yocto-docs rev: 8a73c27dac7aebfb93afd7614b0da6c7c8752a03) 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
560606c3ec
commit
c7000e6817
@@ -277,7 +277,7 @@
|
|||||||
target, go into the <filename>x86_64</filename>
|
target, go into the <filename>x86_64</filename>
|
||||||
folder and download the following installer:
|
folder and download the following installer:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh
|
poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
|
||||||
</literallayout></para></listitem>
|
</literallayout></para></listitem>
|
||||||
<listitem><para>Build your own toolchain installer.
|
<listitem><para>Build your own toolchain installer.
|
||||||
For cases where you cannot use an installer
|
For cases where you cannot use an installer
|
||||||
@@ -296,7 +296,7 @@
|
|||||||
The example assumes the toolchain installer is located
|
The example assumes the toolchain installer is located
|
||||||
in <filename>~/Downloads/</filename>.
|
in <filename>~/Downloads/</filename>.
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh
|
$ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
|
||||||
</literallayout>
|
</literallayout>
|
||||||
<note>
|
<note>
|
||||||
If you do not have write permissions for the directory
|
If you do not have write permissions for the directory
|
||||||
|
|||||||
Reference in New Issue
Block a user