summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-06-24 18:12:37 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:34 +0100
commitb9bf10a5b242b592b922966baa9cf4e1b7ad220f (patch)
treee8aac458178721bf60f9f63d3491e35d8528186e /documentation/ref-manual/ref-variables.xml
parent16d522bcd1f1b7741577fa31fab7e2129da0cae9 (diff)
downloadpoky-b9bf10a5b242b592b922966baa9cf4e1b7ad220f.tar.gz
ref-manual: Added SDKMACHINE variable description.
(From yocto-docs rev: f1e3e52257c296cfeb70fea63bf5ea7b142774dc) 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.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 7bf6467b54..7c7a2dc80e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3341,6 +3341,33 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3341 </glossdef> 3341 </glossdef>
3342 </glossentry> 3342 </glossentry>
3343 3343
3344 <glossentry id='var-SDKMACHINE'><glossterm>SDKMACHINE</glossterm>
3345 <glossdef>
3346 <para>
3347 The architecture of the machine that runs Application
3348 Development Toolkit (ADT) items.
3349 In other words, packages are built so that they will run
3350 on the target you specify with the argument.
3351 This implies that you can build out ADT/SDK items that
3352 run on an architecture other than that of your build host.
3353 For example, you can use an x86_64-based build host to
3354 create packages that will run on an i686-based
3355 SDK Machine.
3356 </para>
3357
3358 <para>
3359 You can use "i686" and "x86_64" as possible values for this
3360 variable.
3361 The variable defaults to "i686" and is set in the
3362 <filename>local.conf</filename> file in the
3363 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
3364 <literallayout class='monospaced'>
3365 SDKMACHINE ?= "i686"
3366 </literallayout>
3367 </para>
3368 </glossdef>
3369 </glossentry>
3370
3344 <glossentry id='var-SECTION'><glossterm>SECTION</glossterm> 3371 <glossentry id='var-SECTION'><glossterm>SECTION</glossterm>
3345 <glossdef> 3372 <glossdef>
3346 <para>The section in which packages should be categorized. 3373 <para>The section in which packages should be categorized.