From 95253222d0e08acb528a08a6f1e99083bd4d5c5c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Feb 2015 14:07:34 -0800 Subject: [PATCH] ref-manual: Added new variable description for SDK_SYS. (From yocto-docs rev: cc5d9a1a090023f79440f6c1d60efab53b1aef21) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index df903a4b4d..72ec7db3d7 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9309,6 +9309,19 @@ 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." + + + + Specifies the SDK system, including the architecture and + the operating system, for which the build is occurring + in the context of the current recipe. + + + + SDKIMAGE_FEATURES SDKIMAGE_FEATURES[doc] = "Equivalent to IMAGE_FEATURES. However, this variable applies to the SDK generated from an image using the command 'bitbake -c populate_sdk imagename'."