diff options
-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 |