From 35612bfd32144ab96c6d801e0dec0647f31ff71e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Feb 2015 14:01:35 -0800 Subject: [PATCH] ref-manual: Created new SDK_PREFIX glossary entry. (From yocto-docs rev: c72b97ec58e609d63920c431b5948c8dd09d2595) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" + SDK_PREFIX + + SDK_PREFIX[doc] = "The toolchain binary prefix used for nativesdk recipes." + + + + The toolchain binary prefix used for nativesdk recipes. + The OpenEmbedded build system uses the + SDK_PREFIX value to set the + TARGET_PREFIX + when building nativesdk recipes. + + + + 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'."