summaryrefslogtreecommitdiffstats
path: root/documentation
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:42:54 +0100
commitf961d5f73e5b3780e9b0c190241c0825000db496 (patch)
treea170d1ff4e3382e06fbcd4429d2478f34446f9ca /documentation
parentbc18257617c925f17dc59196998a3c678fa1fbdd (diff)
downloadpoky-f961d5f73e5b3780e9b0c190241c0825000db496.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')
-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 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