@@ -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
============
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(-)