diff mbox series

[v2,18/18] ref-manual/variables: IMAGE_TYPES: add new wicenv type

Message ID 20260424-third-release-notes-6-0-v2-18-4feacf138e13@bootlin.com
State Under Review
Headers show
Series Updates for upcoming Wrynose release (2) | expand

Commit Message

Antonin Godard April 24, 2026, 8:28 a.m. UTC
Added by commit e4d49702f21f ("image_types_wic: Introduce wicenv
image type") in OE-Core.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/ref-manual/variables.rst | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 4341e27fc..a8cbb87cf 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4680,6 +4680,7 @@  system and gives an overview of their function and contents.
       - wic.gz
       - wic.lzma
       - wic.zst
+      - wicenv
 
       For more information about these types of images, see
       ``meta/classes-recipe/image_types*.bbclass`` in :term:`OpenEmbedded-Core