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 @@ target, go into the x86_64 folder and download the following installer: - poky-eglibc-x86_64-i586-toolchain-gmae-&DISTRO;.sh + poky-eglibc-x86_64-i586-toolchain-&DISTRO;.sh 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 ~/Downloads/. - $ ~/Downloads/poky-eglibc-x86_64-i586-toolchain-gmae-&DISTRO;.sh + $ ~/Downloads/poky-eglibc-x86_64-i586-toolchain-&DISTRO;.sh If you do not have write permissions for the directory @@ -523,12 +523,9 @@ - If you need GMAE, you should use the - bitbake meta-toolchain-gmae 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 bitbake meta-toolchain. - 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 "Extracting the Root Filesystem" section.