From 0efdd1d4daea6994dd62dcd74c9f5daf97219784 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 17 Jul 2018 14:38:42 -0700 Subject: 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 --- documentation/ref-manual/ref-variables.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index c9b29d1035..9f13176d66 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'." -- cgit v1.2.3-54-g00ecf