diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-11-15 13:34:59 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-25 15:24:18 +0000 |
commit | e3dd0bac98f7e69265ca7ba784827c5b9191f239 (patch) | |
tree | 7c592c12c230990446c8af4e4f34eed8a7f0fd64 /documentation/adt-manual | |
parent | ba0599032bc413ed1ab7de731183b233bf39906a (diff) | |
download | poky-e3dd0bac98f7e69265ca7ba784827c5b9191f239.tar.gz |
documenation/adt-manual/adt-prepare.xml: Fixed toolchain tarball name
the name was off. It was 'yocto-eglibc-x86_64-i586-toolchain-1.1.tar.bz2'.
Really, the name is
'poky-eglibc-x86_64-i586-toolchain-gmae-1.1.tar.bz2'.
(From yocto-docs rev: 3d051f3e814f27f661ce153b66735f75a4152d04)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 385d909e53..0fa67805bf 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
@@ -214,7 +214,7 @@ | |||
214 | you are going to use your cross-toolchain for an Intel-based 32-bit target, go into the | 214 | you are going to use your cross-toolchain for an Intel-based 32-bit target, go into the |
215 | <filename>x86_64</filename> folder and download the following tarball: | 215 | <filename>x86_64</filename> folder and download the following tarball: |
216 | <literallayout class='monospaced'> | 216 | <literallayout class='monospaced'> |
217 | yocto-eglibc-x86_64-i586-toolchain-1.1.tar.bz2 | 217 | poky-eglibc-x86_64-i586-toolchain-gmae-1.1.tar.bz2 |
218 | </literallayout> | 218 | </literallayout> |
219 | <note><para>As an alternative to steps one and two, you can build the toolchain tarball | 219 | <note><para>As an alternative to steps one and two, you can build the toolchain tarball |
220 | if you have a Yocto Project build tree. | 220 | if you have a Yocto Project build tree. |