diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index b40c2667ea..e64b0d5ca9 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12273,13 +12273,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
populate_sdk_base
class defines the variable as follows:
+ SDK_DIR = "${WORKDIR}/sdk"
SDK_OUTPUT = "${SDK_DIR}/image"
+ SDK_DEPLOY = "${DEPLOY_DIR}/sdk"
The SDK_OUTPUT directory is a
temporary directory as it is part of
- WORKDIR by way of
- SDK_DIR.
+ WORKDIR
+ by way of
+ SDK_DIR.
The final output directory is
SDK_DEPLOY.