summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-06-24 18:35:15 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:35 +0100
commit222a9cfa34811fdba7f00fa0c59b12adfd103d68 (patch)
treeb93ac77abba5b50b0ce5fc3d8d590aae016e6c30 /documentation/adt-manual
parentb9bf10a5b242b592b922966baa9cf4e1b7ad220f (diff)
downloadast2050-yocto-poky-222a9cfa34811fdba7f00fa0c59b12adfd103d68.zip
ast2050-yocto-poky-222a9cfa34811fdba7f00fa0c59b12adfd103d68.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-prepare.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index e2eb2af..a2a439d 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -91,8 +91,8 @@
<para>
If you use BitBake to generate the ADT Installer tarball, you must
<filename>source</filename> the environment setup script
- (<ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>)
- located in the Source Directory before running the
+ (<ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>)
+ located in the Source Directory before running the
BitBake command that creates the tarball.
</para>
@@ -289,10 +289,12 @@
In particular, you need to be sure the
<ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink>
variable matches the architecture for which you are
- building and that the <filename>SDKMACHINE</filename>
+ building and that the
+ <ulink url='&YOCTO_DOCS_REF_URL;#var-SDKMACHINE'><filename>SDKMACHINE</filename></ulink>
variable is correctly set if you are building
- a toolchain for an architecture that differs from your
- current development host machine.</para>
+ a toolchain designed to run on an architecture that
+ differs from your current development host machine
+ (i.e. the build machine).</para>
<para>When the BitBake command
completes, the toolchain installer will be in
<filename>tmp/deploy/sdk</filename> in the Build
OpenPOWER on IntegriCloud