[PATCH 07/11] dev-manual/wic.rst: add where to set IMAGE_FSTYPES/WKS_FILE[S] from
Antonin Godard <[email protected]> Thu, 25 Jun 2026 11:33:34 +0200
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
This is typically done from a machine configuration file or in the image recipe, mention it here. Signed-off-by: Antonin Godard <[email protected]> --- documentation/dev-manual/wic.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ============ -- 2.54.0