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'."