diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 38963cc099..3c50cf90e9 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -92,7 +92,7 @@ If you use BitBake to generate the ADT Installer tarball, you must source the environment setup script (&OE_INIT_FILE; - or + or oe-init-build-env-memres) located in the Source Directory before running the BitBake command that creates the tarball. @@ -268,7 +268,7 @@ target, go into the x86_64 folder and download the following installer: - poky-eglibc-x86_64-core-image-sato-i586.sh + poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh Build your own toolchain installer. For cases where you cannot use an installer @@ -287,7 +287,7 @@ The example assumes the toolchain installer is located in ~/Downloads/. - $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586.sh + $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh If you do not have write permissions for the directory @@ -376,10 +376,11 @@ - Be sure to run the environment setup script that matches the architecture for - which you are developing. - Environment setup scripts begin with the string "environment-setup" - and include as part of their name the architecture. + Be sure to run the environment setup script that matches the + architecture for which you are developing. + Environment setup scripts begin with the string + "environment-setup" and include as part of their + name the architecture. For example, the toolchain environment setup script for a 64-bit IA-based architecture installed in the default installation directory would be the following: @@ -542,7 +543,7 @@ A final method of building the toolchain installer exists that has - significant advantages over the previous two methods. + significant advantages over the previous method. This method results in a toolchain installer that contains the sysroot that matches your target root filesystem. To build this installer, use the @@ -551,7 +552,7 @@ Remember, before using any bitbake command, you - must source the build environment setup script + must source the build environment setup script (i.e. &OE_INIT_FILE; or