summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-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 a75581f2fd..5163abf559 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6880,13 +6880,16 @@ system and gives an overview of their function and contents.
6880 :term:`SDK_EXT_TYPE` is set to "full". 6880 :term:`SDK_EXT_TYPE` is set to "full".
6881 6881
6882 :term:`SDK_NAME` 6882 :term:`SDK_NAME`
6883 The base name for SDK output files. The name is derived from the 6883 The base name for SDK output files. The default value (as set in
6884 :term:`DISTRO`, :term:`TCLIBC`, 6884 ``meta-poky/conf/distro/poky.conf``) is derived from the
6885 :term:`SDK_ARCH`, 6885 :term:`DISTRO`,
6886 :term:`IMAGE_BASENAME`, and 6886 :term:`TCLIBC`,
6887 :term:`TUNE_PKGARCH` variables:: 6887 :term:`SDKMACHINE`,
6888 6888 :term:`IMAGE_BASENAME`,
6889 SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}" 6889 :term:`TUNE_PKGARCH`, and
6890 :term:`MACHINE` variables::
6891
6892 SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}"
6890 6893
6891 :term:`SDK_OS` 6894 :term:`SDK_OS`
6892 Specifies the operating system for which the SDK will be built. The 6895 Specifies the operating system for which the SDK will be built. The