From b9bf10a5b242b592b922966baa9cf4e1b7ad220f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 24 Jun 2013 18:12:37 +0300 Subject: [PATCH] ref-manual: Added SDKMACHINE variable description. (From yocto-docs rev: f1e3e52257c296cfeb70fea63bf5ea7b142774dc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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" + SDKMACHINE + + + 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. + + + + You can use "i686" and "x86_64" as possible values for this + variable. + The variable defaults to "i686" and is set in the + local.conf file in the + Build Directory. + + SDKMACHINE ?= "i686" + + + + + SECTION The section in which packages should be categorized.