diff options
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 30 |
1 files changed, 30 insertions, 0 deletions
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" | |||
| 12674 | </glossdef> | 12674 | </glossdef> |
| 12675 | </glossentry> | 12675 | </glossentry> |
| 12676 | 12676 | ||
| 12677 | <glossentry id='var-SDKEXTPATH'><glossterm>SDKEXTPATH</glossterm> | ||
| 12678 | <info> | ||
| 12679 | SDKEXTPATH[doc] = "The default installation directory for the extensible SDK." | ||
| 12680 | </info> | ||
| 12681 | <glossdef> | ||
| 12682 | <para role="glossdeffirst"> | ||
| 12683 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
| 12684 | The default installation directory for the Extensible SDK. | ||
| 12685 | By default, this directory is based on the | ||
| 12686 | <link linkend='var-DISTRO'><filename>DISTRO</filename></link> | ||
| 12687 | variable and is set in the | ||
| 12688 | <link linkend='ref-classes-populate-sdk-*'><filename>populate_sdk_base</filename></link> | ||
| 12689 | class as follows: | ||
| 12690 | <literallayout class='monospaced'> | ||
| 12691 | SDKEXTPATH ??= "~/${@d.getVar('DISTRO')}_sdk" | ||
| 12692 | </literallayout> | ||
| 12693 | For the default distribution "poky", the | ||
| 12694 | <filename>SDKEXTPATH</filename> is set to "poky_sdk". | ||
| 12695 | </para> | ||
| 12696 | |||
| 12697 | <para> | ||
| 12698 | For information on how to change this default directory, | ||
| 12699 | see the | ||
| 12700 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-changing-the-default-sdk-installation-directory'>Changing the Default SDK Installation Directory</ulink>" | ||
| 12701 | section in the Yocto Project Application Development and | ||
| 12702 | the Extensible Software Development Kit (eSDK) manual. | ||
| 12703 | </para> | ||
| 12704 | </glossdef> | ||
| 12705 | </glossentry> | ||
| 12706 | |||
| 12677 | <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm> | 12707 | <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm> |
| 12678 | <info> | 12708 | <info> |
| 12679 | 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'." | 12709 | 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'." |
