From 1461717567253902beddd66515ef4565d6734c2b Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 20 Dec 2024 13:16:31 +0100 Subject: [PATCH] ref-manual/variables: add missing entries to SDK_ARCHIVE_TYPE Both added recently in oecore. Reviewed-by: Quentin Schulz (From yocto-docs rev: 76b970718d237f60aefe02321d867bed3deb6069) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 2 ++ 1 file changed, 2 insertions(+) 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. Specifies the type of archive to create for the SDK. Valid values: - ``tar.xz`` (default) + - ``tar.zst`` + - ``7zip`` - ``zip`` Only one archive type can be specified.