From 59e3953bd3aca861e43ca141c6dfe37ee0cf847e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 14 Aug 2013 10:55:00 +0300 Subject: 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 Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-prepare.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'documentation') 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. -- cgit v1.2.3-54-g00ecf