summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index e377c26fb9..0ee36d09c0 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -9280,6 +9280,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9280 </glossdef> 9280 </glossdef>
9281 </glossentry> 9281 </glossentry>
9282 9282
9283 <glossentry id='var-SDK_PREFIX'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_PREFIX</glossterm>
9284 <info>
9285 SDK_PREFIX[doc] = "The toolchain binary prefix used for nativesdk recipes."
9286 </info>
9287 <glossdef>
9288 <para>
9289 The toolchain binary prefix used for nativesdk recipes.
9290 The OpenEmbedded build system uses the
9291 <filename>SDK_PREFIX</filename> value to set the
9292 <link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link>
9293 when building <filename>nativesdk</filename> recipes.
9294 </para>
9295 </glossdef>
9296 </glossentry>
9297
9283 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />SDKIMAGE_FEATURES</glossterm> 9298 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />SDKIMAGE_FEATURES</glossterm>
9284 <info> 9299 <info>
9285 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'." 9300 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'."