]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual, adt-manual: Added links to SDKMACHINE variable.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 24 Jun 2013 15:35:15 +0000 (18:35 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Aug 2013 12:18:35 +0000 (13:18 +0100)
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>
documentation/adt-manual/adt-prepare.xml
documentation/ref-manual/technical-details.xml

index e2eb2afe97f9436a097545b38b5933125a0bfc7e..a2a439d01e0e278904b45c95feae51519cdd97e4 100644 (file)
@@ -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>
 
                         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
index f17291f2cbe11ec5d88c3683bfdabea02e496aa6..17f96b52ffb798ba2156a38006c3ec2104aba326 100644 (file)
         The figure shows the commands you use to easily build out this
         toolchain.
         This cross-development toolchain is built to execute on the
-        <filename>SDKMACHINE</filename>, which might or might not be the same
+        <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>,
+        which might or might not be the same
         machine as the Build Host.
         <note>
             If your target architecture is supported by the Yocto Project,
                 </para></listitem>
             <listitem><para><filename>gcc-cross-canadian</filename>:
                 The final relocatable cross-compiler.
-                When run on the <filename>SDKMACHINE</filename>, this tool
+                When run on the
+                <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>,
+                this tool
                 produces executable code that runs on the target device.
                 </para></listitem>
         </itemizedlist>