diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2023-04-22 15:19:37 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-22 10:42:53 +0100 |
commit | 84a9d5e09bec017f91afcb93606d3d6d3c911f6b (patch) | |
tree | 3a562feb914eb88fd265036ee9b643df423bfd78 /documentation/ref-manual/variables.rst | |
parent | df6dbc57766e4805ec8feb9cb8c00fa685f72967 (diff) | |
download | poky-84a9d5e09bec017f91afcb93606d3d6d3c911f6b.tar.gz |
ref-manual: add new SDK_ZIP_OPTIONS variable
Newly added for 4.2.
(From yocto-docs rev: e599d82cb3377900632182d216925a2aa44d3989)
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.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 62f28bd278..c5cbda8aa8 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7318,6 +7318,11 @@ system and gives an overview of their function and contents. | |||
7318 | :term:`DISTRO_VERSION` and | 7318 | :term:`DISTRO_VERSION` and |
7319 | :term:`METADATA_REVISION` variables. | 7319 | :term:`METADATA_REVISION` variables. |
7320 | 7320 | ||
7321 | :term:`SDK_ZIP_OPTIONS` | ||
7322 | Specifies extra options to pass to the ``zip`` command when zipping the SDK | ||
7323 | (i.e. when :term:`SDK_ARCHIVE_TYPE` is set to "zip"). The default value is | ||
7324 | "-y". | ||
7325 | |||
7321 | :term:`SDKEXTPATH` | 7326 | :term:`SDKEXTPATH` |
7322 | The default installation directory for the Extensible SDK. By | 7327 | The default installation directory for the Extensible SDK. By |
7323 | default, this directory is based on the :term:`DISTRO` | 7328 | default, this directory is based on the :term:`DISTRO` |