adt-manual: Removed the gmae stuff

According to Ross, we are not going to have gmae as part of the
toolchain installers.  So, I removed a couple instances of the
filenames and then the mentioning of it when building the installer.

(From yocto-docs rev: 70407feda9382fa8226142881e18f282764638be)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-08-14 10:55:00 +03:00 committed by Richard Purdie
parent d265515478
commit 59e3953bd3
1 changed files with 4 additions and 7 deletions

View File

@ -259,7 +259,7 @@
target, go into the <filename>x86_64</filename>
folder and download the following installer:
<literallayout class='monospaced'>
poky-eglibc-x86_64-i586-toolchain-gmae-&DISTRO;.sh
poky-eglibc-x86_64-i586-toolchain-&DISTRO;.sh
</literallayout></para></listitem>
<listitem><para>Build your own toolchain installer.
For cases where you cannot use an installer
@ -278,7 +278,7 @@
The example assumes the toolchain installer is located
in <filename>~/Downloads/</filename>.
<literallayout class='monospaced'>
$ ~/Downloads/poky-eglibc-x86_64-i586-toolchain-gmae-&DISTRO;.sh
$ ~/Downloads/poky-eglibc-x86_64-i586-toolchain-&DISTRO;.sh
</literallayout>
<note>
If you do not have write permissions for the directory
@ -523,12 +523,9 @@
</para>
<para>
If you need GMAE, you should use the
<filename>bitbake meta-toolchain-gmae</filename> command.
Running the resulting installation script will support such development.
If you are not concerned with GMAE, you can build the toolchain
You can build the toolchain
installer using <filename>bitbake meta-toolchain</filename>.
Either of these methods requires you to still install the target
This method requires you to still install the target
sysroot by installing and extracting it separately.
For information on how to install the sysroot, see the
"<link linkend='extracting-the-root-filesystem'>Extracting the Root Filesystem</link>" section.