From 49a934e5853bb780e518c5ebf359cb9906e5ce23 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Mon, 12 Aug 2024 11:03:06 +0200 Subject: [PATCH] ref-manual: added wic.zst to the IMAGE_TYPES (From yocto-docs rev: da5c0dae1101aae2db15f9f91c980e26c74eb739) Signed-off-by: Jan Vermaete Reviewed-by: Quentin Schulz Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index f0c8e4f848..32c9e7407d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -3971,6 +3971,7 @@ system and gives an overview of their function and contents. - wic.bz2 - wic.gz - wic.lzma + - wic.zst For more information about these types of images, see ``meta/classes-recipe/image_types*.bbclass`` in the :term:`Source Directory`.