From 222a9cfa34811fdba7f00fa0c59b12adfd103d68 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 24 Jun 2013 18:35:15 +0300 Subject: [PATCH] ref-manual, adt-manual: Added links to SDKMACHINE variable. Now that a glossary entry for SDKMACHINE exists, I needed to create some links to it where referenced in the ref-manual and the adt-manual. (From yocto-docs rev: 6efe13bcda22276e5ef71ebafff6f91961b34679) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-prepare.xml | 12 +++++++----- documentation/ref-manual/technical-details.xml | 7 +++++-- 2 files changed, 12 insertions(+), 7 deletions(-) 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.