summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2023-04-22 15:19:48 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-22 10:59:12 +0100
commitb93e695de61c81ad8ed81b56b1f9a12442c145fc (patch)
tree4cbace68933348c1caa26c4f8a77c22abd72e155 /documentation/ref-manual/variables.rst
parent338bc72e4d062113ca5bac79efbd9f7db09575cc (diff)
downloadpoky-b93e695de61c81ad8ed81b56b1f9a12442c145fc.tar.gz
ref-manual: add SDK_ARCHIVE_TYPE
This appears to have been introduced back in 2019, but we missed documenting it. (From yocto-docs rev: 064a5d84890416362a1a7a337347abbe9afe485d) Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 1a1e3d3eae..faa7c036e5 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7053,6 +7053,14 @@ system and gives an overview of their function and contents.
7053 The target architecture for the SDK. Typically, you do not directly 7053 The target architecture for the SDK. Typically, you do not directly
7054 set this variable. Instead, use :term:`SDKMACHINE`. 7054 set this variable. Instead, use :term:`SDKMACHINE`.
7055 7055
7056 :term:`SDK_ARCHIVE_TYPE`
7057 Specifies the type of archive to create for the SDK. Valid values:
7058
7059 - ``tar.xz`` (default)
7060 - ``zip``
7061
7062 Only one archive type can be specified.
7063
7056 :term:`SDK_BUILDINFO_FILE` 7064 :term:`SDK_BUILDINFO_FILE`
7057 When using the :ref:`ref-classes-image-buildinfo` class, 7065 When using the :ref:`ref-classes-image-buildinfo` class,
7058 specifies the file in the SDK to write the build information into. The 7066 specifies the file in the SDK to write the build information into. The