From b0ed0bc630ac03280bbce30107c58e4508bff0e3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Feb 2015 14:12:18 -0800 Subject: ref-manual: Edits to the SDK_SYS variable. (From yocto-docs rev: 520ded3e50a0299164b3b941cca99b677fa83dad) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 72ec7db3d7..698b0082ae 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9311,13 +9311,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_SYS - SDK_SYS[doc] = "Specifies the SDK system, including the architecture and the operating system, for which the build is occurring in the context of the current recipe." + SDK_SYS[doc] = "Specifies the system, including the architecture and the operating system, for which the SDK will be built." - Specifies the SDK system, including the architecture and - the operating system, for which the build is occurring - in the context of the current recipe. + Specifies the system, including the architecture and the + operating system, for which the SDK will be built. + + + + The OpenEmbedded build system automatically sets this + variable based on + SDK_ARCH, + SDK_VENDOR, + and + SDK_OS. + You do not need to set the SDK_SYS + variable yourself. -- cgit v1.2.3-54-g00ecf