diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index e2eb2afe97..a2a439d01e 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -91,8 +91,8 @@ If you use BitBake to generate the ADT Installer tarball, you must source the environment setup script - (&OE_INIT_FILE;) - located in the Source Directory before running the + (&OE_INIT_FILE;) + located in the Source Directory before running the BitBake command that creates the tarball. @@ -289,10 +289,12 @@ In particular, you need to be sure the MACHINE variable matches the architecture for which you are - building and that the SDKMACHINE + building and that the + SDKMACHINE variable is correctly set if you are building - a toolchain for an architecture that differs from your - current development host machine. + a toolchain designed to run on an architecture that + differs from your current development host machine + (i.e. the build machine). When the BitBake command completes, the toolchain installer will be in tmp/deploy/sdk in the Build diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index f17291f2cb..17f96b52ff 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml @@ -263,7 +263,8 @@ The figure shows the commands you use to easily build out this toolchain. This cross-development toolchain is built to execute on the - SDKMACHINE, which might or might not be the same + SDKMACHINE, + which might or might not be the same machine as the Build Host. If your target architecture is supported by the Yocto Project, @@ -320,7 +321,9 @@ gcc-cross-canadian: The final relocatable cross-compiler. - When run on the SDKMACHINE, this tool + When run on the + SDKMACHINE, + this tool produces executable code that runs on the target device.