summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2023-11-06 23:29:32 +1300
committerSteve Sakoman <steve@sakoman.com>2023-11-28 05:00:32 -1000
commit95795dff9bbbd599c284ba5383be7c5ee62a24dd (patch)
tree90ddf756cc24d37f68cacd8323f57163b9a07cd1 /documentation
parent6c9f29507f6e0b03a432ffde2bcc6439a7d1da99 (diff)
downloadpoky-95795dff9bbbd599c284ba5383be7c5ee62a24dd.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: 4273dc298aba67fe07f19b52e5f8fa1d183d054c) Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
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