summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-prepare.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual/adt-prepare.xml')
-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.