diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 27 |
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. |