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)
downloadpoky-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 54f48a8507..f8ba557f39 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -259,7 +259,7 @@
259 target, go into the <filename>x86_64</filename> 259 target, go into the <filename>x86_64</filename>
260 folder and download the following installer: 260 folder and download the following installer:
261 <literallayout class='monospaced'> 261 <literallayout class='monospaced'>
262 poky-eglibc-x86_64-i586-toolchain-gmae-&DISTRO;.sh 262 poky-eglibc-x86_64-i586-toolchain-&DISTRO;.sh
263 </literallayout></para></listitem> 263 </literallayout></para></listitem>
264 <listitem><para>Build your own toolchain installer. 264 <listitem><para>Build your own toolchain installer.
265 For cases where you cannot use an installer 265 For cases where you cannot use an installer
@@ -278,7 +278,7 @@
278 The example assumes the toolchain installer is located 278 The example assumes the toolchain installer is located
279 in <filename>~/Downloads/</filename>. 279 in <filename>~/Downloads/</filename>.
280 <literallayout class='monospaced'> 280 <literallayout class='monospaced'>
281 $ ~/Downloads/poky-eglibc-x86_64-i586-toolchain-gmae-&DISTRO;.sh 281 $ ~/Downloads/poky-eglibc-x86_64-i586-toolchain-&DISTRO;.sh
282 </literallayout> 282 </literallayout>
283 <note> 283 <note>
284 If you do not have write permissions for the directory 284 If you do not have write permissions for the directory
@@ -523,12 +523,9 @@
523 </para> 523 </para>
524 524
525 <para> 525 <para>
526 If you need GMAE, you should use the 526 You can build the toolchain
527 <filename>bitbake meta-toolchain-gmae</filename> command.
528 Running the resulting installation script will support such development.
529 If you are not concerned with GMAE, you can build the toolchain
530 installer using <filename>bitbake meta-toolchain</filename>. 527 installer using <filename>bitbake meta-toolchain</filename>.
531 Either of these methods requires you to still install the target 528 This method requires you to still install the target
532 sysroot by installing and extracting it separately. 529 sysroot by installing and extracting it separately.
533 For information on how to install the sysroot, see the 530 For information on how to install the sysroot, see the
534 "<link linkend='extracting-the-root-filesystem'>Extracting the Root Filesystem</link>" section. 531 "<link linkend='extracting-the-root-filesystem'>Extracting the Root Filesystem</link>" section.