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 501bfecaf0..643a3e7ae8 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -10937,6 +10937,20 @@ system and gives an overview of their function and contents. | |||
10937 | Specifies the timeout in seconds used by the ``watchdog-config`` recipe | 10937 | Specifies the timeout in seconds used by the ``watchdog-config`` recipe |
10938 | and also by ``systemd`` during reboot. The default is 60 seconds. | 10938 | and also by ``systemd`` during reboot. The default is 60 seconds. |
10939 | 10939 | ||
10940 | :term:`WIC_CREATE_EXTRA_ARGS` | ||
10941 | If the :term:`IMAGE_FSTYPES` variable contains "wic", the build | ||
10942 | will generate a | ||
10943 | :ref:`Wic image <dev-manual/wic:creating partitioned images using wic>` | ||
10944 | automatically when BitBake builds an image recipe. As part of | ||
10945 | this process BitBake will invoke the "`wic create`" command. The | ||
10946 | :term:`WIC_CREATE_EXTRA_ARGS` variable is placed at the end of this | ||
10947 | command which allows the user to supply additional arguments. | ||
10948 | |||
10949 | One such useful purpose for this mechanism is to add the ``-D`` (or | ||
10950 | ``--debug``) argument to the "`wic create`" command. This increases the | ||
10951 | amount of debugging information written out to the Wic log during the | ||
10952 | Wic creation process. | ||
10953 | |||
10940 | :term:`WIC_SECTOR_SIZE` | 10954 | :term:`WIC_SECTOR_SIZE` |
10941 | The variable :term:`WIC_SECTOR_SIZE` controls the sector size of Wic | 10955 | The variable :term:`WIC_SECTOR_SIZE` controls the sector size of Wic |
10942 | images. In the background, this controls the value of the | 10956 | images. In the background, this controls the value of the |