]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Added SDKMACHINE variable description.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 24 Jun 2013 15:12:37 +0000 (18:12 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Aug 2013 12:18:34 +0000 (13:18 +0100)
(From yocto-docs rev: f1e3e52257c296cfeb70fea63bf5ea7b142774dc)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-variables.xml

index 7bf6467b5491d1b809acd4a2b2324716929ded22..7c7a2dc80e3a8fc3caeed002beefaacba1988751 100644 (file)
@@ -3341,6 +3341,33 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
             </glossdef>
         </glossentry>
 
+        <glossentry id='var-SDKMACHINE'><glossterm>SDKMACHINE</glossterm>
+            <glossdef>
+                <para>
+                    The architecture of the machine that runs Application
+                    Development Toolkit (ADT) items.
+                    In other words, packages are built so that they will run
+                    on the target you specify with the argument.
+                    This implies that you can build out ADT/SDK items that
+                    run on an architecture other than that of your build host.
+                    For example, you can use an x86_64-based build host to
+                    create packages that will run on an i686-based
+                    SDK Machine.
+                </para>
+
+                <para>
+                    You can use "i686" and "x86_64" as possible values for this
+                    variable.
+                    The variable defaults to "i686" and is set in the
+                    <filename>local.conf</filename> file in the
+                    <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
+                    <literallayout class='monospaced'>
+     SDKMACHINE ?= "i686"
+                    </literallayout>
+                </para>
+            </glossdef>
+        </glossentry>
+
         <glossentry id='var-SECTION'><glossterm>SECTION</glossterm>
             <glossdef>
                 <para>The section in which packages should be categorized.