From: Trevor Woerner <twoerner@gmail.com>
To: docs@lists.yoctoproject.org
Subject: [PATCH v3] ref-manual/variables.rst: document WIC_CREATE_EXTRA_ARGS
Date: Tue, 13 May 2025 10:48:03 -0400 [thread overview]
Message-ID: <20250513144803.26956-1-twoerner@gmail.com> (raw)
Fixes [YOCTO #15509]
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
changes in v3:
- add tickquotes for -D and --debug
changes in v2:
- link the phrase "Wic image" to the dev manual's section on creating wic
images instead of providing a paragraph at the end to include the link
- remove any reference to a bbclass
- reduce the number of "`wic create`" phrases
---
documentation/ref-manual/variables.rst | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index d17f81036b7d..670cb3e0ef28 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -10942,6 +10942,20 @@ system and gives an overview of their function and contents.
Specifies the timeout in seconds used by the ``watchdog-config`` recipe
and also by ``systemd`` during reboot. The default is 60 seconds.
+ :term:`WIC_CREATE_EXTRA_ARGS`
+ If the :term:`IMAGE_FSTYPES` variable contains "wic", the build
+ will generate a
+ :ref:`Wic image <dev-manual/wic:creating partitioned images using wic>`
+ automatically when BitBake builds an image recipe. As part of this
+ process BitBake will invoke the "`wic create`" command.
+ The `WIC_CREATE_EXTRA_ARGS` variable is placed at the end of this
+ command which allows the user to supply additional arguments.
+
+ One such useful purpose for this mechanism is to add the `-D` (or
+ `--debug`) argument to the "`wic create`" command. This increases the
+ amount of debugging information written out to the Wic log during the
+ Wic creation process.
+
:term:`WIC_SECTOR_SIZE`
The variable :term:`WIC_SECTOR_SIZE` controls the sector size of Wic
images. In the background, this controls the value of the
--
2.44.0.501.g19981daefd7c
next reply other threads:[~2025-05-13 14:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-13 14:48 Trevor Woerner [this message]
2025-05-13 15:37 ` [docs] [PATCH v3] ref-manual/variables.rst: document WIC_CREATE_EXTRA_ARGS Quentin Schulz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250513144803.26956-1-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=docs@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.