diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index f69cbbb14d..86ffd8912d 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 |