summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-29 11:56:54 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-30 16:32:17 +0100
commitbcd59abbeb18280bccf70c2cccdee14d03445a78 (patch)
treedb18e81aa147a354fdcb94e9343ddd9f78a691b8 /documentation/ref-manual/ref-variables.xml
parent9cb506b51411671fb5f9eb9cce7096ae8d1bf104 (diff)
downloadpoky-bcd59abbeb18280bccf70c2cccdee14d03445a78.tar.gz
ref-manual: Edits to the SDKMACHINE variable.
(From yocto-docs rev: 49192e94a6e3f6cc86f99801de4d62ffdd8e035e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml33
1 files changed, 8 insertions, 25 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 26a455975b..00c5f26887 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -6954,31 +6954,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6954 <glossentry id='var-SDKMACHINE'><glossterm>SDKMACHINE</glossterm> 6954 <glossentry id='var-SDKMACHINE'><glossterm>SDKMACHINE</glossterm>
6955 <glossdef> 6955 <glossdef>
6956 <para> 6956 <para>
6957 The architecture of the machine that runs Application 6957 The machine for which the Application Development Toolkit
6958 Development Toolkit (ADT) items. 6958 (ADT) or SDK is built.
6959 In other words, packages are built so that they will run 6959 In other words, the SDK or ADT is built such that it
6960 on the target you specify with the argument. 6960 runs on the target you specify with the
6961 This implies that you can build out ADT/SDK items that 6961 <filename>SDKMACHINE</filename> value.
6962 run on an architecture other than that of your build host. 6962 The value points to a corresponding
6963 For example, you can use an x86_64-based build host to 6963 <filename>.conf</filename> file under
6964 create packages that will run on an i686-based 6964 <filename>conf/machine-sdk/</filename>.
6965 SDK Machine.
6966 </para>
6967
6968 <para>
6969 You can use "i686" and "x86_64" as possible values for this
6970 variable.
6971 The variable defaults to "i686" and is set in the
6972 <filename>local.conf</filename> file in the
6973 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
6974 <literallayout class='monospaced'>
6975 SDKMACHINE ?= "i686"
6976 </literallayout>
6977 <note>
6978 You cannot set the <filename>SDKMACHINE</filename>
6979 variable in your distribution configuration file.
6980 If you do, the configuration will not take affect.
6981 </note>
6982 </para> 6965 </para>
6983 </glossdef> 6966 </glossdef>
6984 </glossentry> 6967 </glossentry>