summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-10 14:07:34 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:17:01 +0000
commit95253222d0e08acb528a08a6f1e99083bd4d5c5c (patch)
tree4508b94e3e16f9d159c83790e478f693bfb1fbe7 /documentation
parentd8acb872c59f752d1531715ad7369b47a73bf571 (diff)
downloadpoky-95253222d0e08acb528a08a6f1e99083bd4d5c5c.tar.gz
ref-manual: Added new variable description for SDK_SYS.
(From yocto-docs rev: cc5d9a1a090023f79440f6c1d60efab53b1aef21) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml13
1 files changed, 13 insertions, 0 deletions
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"
9309 </glossdef> 9309 </glossdef>
9310 </glossentry> 9310 </glossentry>
9311 9311
9312 <glossentry id='var-SDK_SYS'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_SYS</glossterm>
9313 <info>
9314 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."
9315 </info>
9316 <glossdef>
9317 <para>
9318 Specifies the SDK system, including the architecture and
9319 the operating system, for which the build is occurring
9320 in the context of the current recipe.
9321 </para>
9322 </glossdef>
9323 </glossentry>
9324
9312 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />SDKIMAGE_FEATURES</glossterm> 9325 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />SDKIMAGE_FEATURES</glossterm>
9313 <info> 9326 <info>
9314 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'." 9327 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'."