summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
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