summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-12-20 13:16:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-28 10:57:46 +0000
commit1461717567253902beddd66515ef4565d6734c2b (patch)
treeecac65f0495170c3fb157b68d515d764e7d7925f /documentation/ref-manual/variables.rst
parent81412adb5e80a34cb2eb4a36df9da3c54b99e80a (diff)
downloadpoky-1461717567253902beddd66515ef4565d6734c2b.tar.gz
ref-manual/variables: add missing entries to SDK_ARCHIVE_TYPE
Both added recently in oecore. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: 76b970718d237f60aefe02321d867bed3deb6069) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 21c4c78873..193c4933ca 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7517,6 +7517,8 @@ system and gives an overview of their function and contents.
7517 Specifies the type of archive to create for the SDK. Valid values: 7517 Specifies the type of archive to create for the SDK. Valid values:
7518 7518
7519 - ``tar.xz`` (default) 7519 - ``tar.xz`` (default)
7520 - ``tar.zst``
7521 - ``7zip``
7520 - ``zip`` 7522 - ``zip``
7521 7523
7522 Only one archive type can be specified. 7524 Only one archive type can be specified.