diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 51c8a856c0..83fda05fc6 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -9579,6 +9579,20 @@ system and gives an overview of their function and contents. | |||
9579 | can control with this variable, see the | 9579 | can control with this variable, see the |
9580 | ":ref:`ref-classes-insane`" section. | 9580 | ":ref:`ref-classes-insane`" section. |
9581 | 9581 | ||
9582 | :term:`WIC_CREATE_EXTRA_ARGS` | ||
9583 | If the :term:`IMAGE_FSTYPES` variable contains "wic", the build | ||
9584 | will generate a | ||
9585 | :ref:`Wic image <dev-manual/wic:creating partitioned images using wic>` | ||
9586 | automatically when BitBake builds an image recipe. As part of | ||
9587 | this process BitBake will invoke the "`wic create`" command. The | ||
9588 | :term:`WIC_CREATE_EXTRA_ARGS` variable is placed at the end of this | ||
9589 | command which allows the user to supply additional arguments. | ||
9590 | |||
9591 | One such useful purpose for this mechanism is to add the ``-D`` (or | ||
9592 | ``--debug``) argument to the "`wic create`" command. This increases the | ||
9593 | amount of debugging information written out to the Wic log during the | ||
9594 | Wic creation process. | ||
9595 | |||
9582 | :term:`WKS_FILE` | 9596 | :term:`WKS_FILE` |
9583 | Specifies the location of the Wic kickstart file that is used by the | 9597 | Specifies the location of the Wic kickstart file that is used by the |
9584 | OpenEmbedded build system to create a partitioned image | 9598 | OpenEmbedded build system to create a partitioned image |