summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2023-11-06 23:29:32 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-06 22:52:27 +0000
commit27949b33b71921a16403a266e673a8bbff7ba484 (patch)
treeea467a10f877f551b552eb0e15ddb55e6baae290 /documentation/ref-manual
parent736705804befc2071d27fe79447aec9d306ec530 (diff)
downloadpoky-27949b33b71921a16403a266e673a8bbff7ba484.tar.gz
ref-manual: update SDK_NAME variable documentation
Update for changes in nanbield. Note that I am documenting what is set by poky.conf here (since this is Yocto Project documentation), which is slightly different from what is done in meta/conf/bitbake.conf. (From yocto-docs rev: 9764cb9e19788eb1caea0d2e95fbe7a5c19887d4) Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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