diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 72ec7db3d7..698b0082ae 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9311,13 +9311,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_SYS - SDK_SYS[doc] = "Specifies the SDK system, including the architecture and the operating system, for which the build is occurring in the context of the current recipe." + SDK_SYS[doc] = "Specifies the system, including the architecture and the operating system, for which the SDK will be built." - Specifies the SDK system, including the architecture and - the operating system, for which the build is occurring - in the context of the current recipe. + Specifies the system, including the architecture and the + operating system, for which the SDK will be built. + + + + The OpenEmbedded build system automatically sets this + variable based on + SDK_ARCH, + SDK_VENDOR, + and + SDK_OS. + You do not need to set the SDK_SYS + variable yourself.