summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-14 10:55:00 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-26 11:06:29 +0100
commit59e3953bd3aca861e43ca141c6dfe37ee0cf847e (patch)
treeb7bdbe08985b7f11a7781f6b7a7360b2223cd7fe /documentation
parentd265515478f175c164ee3658792b7776f128b6d9 (diff)
downloadast2050-yocto-poky-59e3953bd3aca861e43ca141c6dfe37ee0cf847e.zip
ast2050-yocto-poky-59e3953bd3aca861e43ca141c6dfe37ee0cf847e.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-prepare.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 54f48a8..f8ba557 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -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.
OpenPOWER on IntegriCloud