summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/variables.rst17
1 files changed, 10 insertions, 7 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 3002bda3ff..82cef4511c 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7422,13 +7422,16 @@ system and gives an overview of their function and contents.
7422 :term:`SDK_EXT_TYPE` is set to "full". 7422 :term:`SDK_EXT_TYPE` is set to "full".
7423 7423
7424 :term:`SDK_NAME` 7424 :term:`SDK_NAME`
7425 The base name for SDK output files. The name is derived from the 7425 The base name for SDK output files. The default value (as set in
7426 :term:`DISTRO`, :term:`TCLIBC`, 7426 ``meta-poky/conf/distro/poky.conf``) is derived from the
7427 :term:`SDK_ARCH`, 7427 :term:`DISTRO`,
7428 :term:`IMAGE_BASENAME`, and 7428 :term:`TCLIBC`,
7429 :term:`TUNE_PKGARCH` variables:: 7429 :term:`SDKMACHINE`,
7430 7430 :term:`IMAGE_BASENAME`,
7431 SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}" 7431 :term:`TUNE_PKGARCH`, and
7432 :term:`MACHINE` variables::
7433
7434 SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}"
7432 7435
7433 :term:`SDK_OS` 7436 :term:`SDK_OS`
7434 Specifies the operating system for which the SDK will be built. The 7437 Specifies the operating system for which the SDK will be built. The