diff options
author | Trevor Woerner <twoerner@gmail.com> | 2025-05-13 12:58:38 -0400 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-05-28 08:46:32 -0700 |
commit | 38e33dedee046a40eec0bdf3b74151f860cc89cc (patch) | |
tree | 190847d30049ded13c5c5f943f134a5c00099741 | |
parent | 40232dc020d3f360bb6052ed8bf8c54731669450 (diff) | |
download | poky-38e33dedee046a40eec0bdf3b74151f860cc89cc.tar.gz |
ref-manual/variables.rst: document WIC_CREATE_EXTRA_ARGS
Fixes [YOCTO #15509]
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 8e893cc8cabba4b4f21556561d1ca9656ca1ff9f)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit f1cdecb6da91dbfac59359c83038cb4a4c36ad0a)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 |