diff options
author | Trevor Woerner <twoerner@gmail.com> | 2025-05-13 12:58:38 -0400 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-05-19 08:32:49 -0700 |
commit | fa7dd6d5dacdd71bf9c5bb64e7ac63c44a8c175c (patch) | |
tree | 981fc97a6d6e20c11d313a1f5911b8ba1b2c1d0b | |
parent | 941f3a952771043f7ab1b9a9193fcad27613a486 (diff) | |
download | poky-fa7dd6d5dacdd71bf9c5bb64e7ac63c44a8c175c.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: 38706f0e743447da9a39a6369620fa039ab6df3b)
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 7064ab8f6c..20dc7f0950 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -10369,6 +10369,20 @@ system and gives an overview of their function and contents. | |||
10369 | Specifies the timeout in seconds used by the ``watchdog-config`` recipe | 10369 | Specifies the timeout in seconds used by the ``watchdog-config`` recipe |
10370 | and also by ``systemd`` during reboot. The default is 60 seconds. | 10370 | and also by ``systemd`` during reboot. The default is 60 seconds. |
10371 | 10371 | ||
10372 | :term:`WIC_CREATE_EXTRA_ARGS` | ||
10373 | If the :term:`IMAGE_FSTYPES` variable contains "wic", the build | ||
10374 | will generate a | ||
10375 | :ref:`Wic image <dev-manual/wic:creating partitioned images using wic>` | ||
10376 | automatically when BitBake builds an image recipe. As part of | ||
10377 | this process BitBake will invoke the "`wic create`" command. The | ||
10378 | :term:`WIC_CREATE_EXTRA_ARGS` variable is placed at the end of this | ||
10379 | command which allows the user to supply additional arguments. | ||
10380 | |||
10381 | One such useful purpose for this mechanism is to add the ``-D`` (or | ||
10382 | ``--debug``) argument to the "`wic create`" command. This increases the | ||
10383 | amount of debugging information written out to the Wic log during the | ||
10384 | Wic creation process. | ||
10385 | |||
10372 | :term:`WIRELESS_DAEMON` | 10386 | :term:`WIRELESS_DAEMON` |
10373 | For ``connman`` and ``packagegroup-base``, specifies the wireless | 10387 | For ``connman`` and ``packagegroup-base``, specifies the wireless |
10374 | daemon to use. The default is "wpa-supplicant" (note that the value | 10388 | daemon to use. The default is "wpa-supplicant" (note that the value |