From bcd59abbeb18280bccf70c2cccdee14d03445a78 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 29 May 2014 11:56:54 +0300 Subject: ref-manual: Edits to the SDKMACHINE variable. (From yocto-docs rev: 49192e94a6e3f6cc86f99801de4d62ffdd8e035e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 33 ++++++++---------------------- 1 file changed, 8 insertions(+), 25 deletions(-) (limited to 'documentation') 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" 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" - - - You cannot set the SDKMACHINE - variable in your distribution configuration file. - If you do, the configuration will not take affect. - + The machine for which the Application Development Toolkit + (ADT) or SDK is built. + In other words, the SDK or ADT is built such that it + runs on the target you specify with the + SDKMACHINE value. + The value points to a corresponding + .conf file under + conf/machine-sdk/. -- cgit v1.2.3-54-g00ecf