diff mbox series

[07/11] dev-manual/wic.rst: add where to set IMAGE_FSTYPES/WKS_FILE[S] from

Message ID 20260625-wic-migration-v1-7-fef8d481aecc@bootlin.com
State New
Headers show
Series Migrate WIC documentation | expand

Commit Message

Antonin Godard June 25, 2026, 9:33 a.m. UTC
This is typically done from a machine configuration file or in the image
recipe, mention it here.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/dev-manual/wic.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/documentation/dev-manual/wic.rst b/documentation/dev-manual/wic.rst
index ef8c530c2..5fc7759f8 100644
--- a/documentation/dev-manual/wic.rst
+++ b/documentation/dev-manual/wic.rst
@@ -82,15 +82,16 @@  system needs to meet the following requirements:
    using Wic, the current version of Wic requires the artifacts in the
    form generated by the OpenEmbedded build system.
 
--  Include "wic" as part of the
-   :term:`IMAGE_FSTYPES`
-   variable.
+-  Include "wic" as part of the :term:`IMAGE_FSTYPES` variable (from a
+   :term:`configuration file` or in the image recipe).
 
 -  Include the name of the :ref:`wic kickstart file <openembedded-kickstart-wks-reference>`
    as part of the :term:`WKS_FILE` variable. If multiple candidate files can
    be provided by different layers, specify all the possible names through the
    :term:`WKS_FILES` variable instead.
 
+   These assignments are typically made in a machine :term:`configuration file`.
+
 Getting Help
 ============