From: Scott Rifenbark Date: Tue, 17 Jul 2018 21:38:42 +0000 (-0700) Subject: ref-manual: Added SDKEXTPATH variable description. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0efdd1d4daea6994dd62dcd74c9f5daf97219784;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added SDKEXTPATH variable description. This variable is the default installation directory for the Extensible SDK. By default, it is "poky_sdk". You can override this variable so it needed to be documented. The ideal place to override it is in the distribution configuration file. (From yocto-docs rev: 67eca50fa973073ce6e7975ab66b89b9706c25c0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index c9b29d10359..9f13176d66d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -12674,6 +12674,36 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + SDKEXTPATH + + SDKEXTPATH[doc] = "The default installation directory for the extensible SDK." + + + + + The default installation directory for the Extensible SDK. + By default, this directory is based on the + DISTRO + variable and is set in the + populate_sdk_base + class as follows: + + SDKEXTPATH ??= "~/${@d.getVar('DISTRO')}_sdk" + + For the default distribution "poky", the + SDKEXTPATH is set to "poky_sdk". + + + + For information on how to change this default directory, + see the + "Changing the Default SDK Installation Directory" + section in the Yocto Project Application Development and + the Extensible Software Development Kit (eSDK) manual. + + + + 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'."