diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 193c4933ca..40f2f7c99a 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -10198,6 +10198,17 @@ system and gives an overview of their function and contents. | |||
10198 | Specifies the timeout in seconds used by the ``watchdog`` recipe and | 10198 | Specifies the timeout in seconds used by the ``watchdog`` recipe and |
10199 | also by ``systemd`` during reboot. The default is 60 seconds. | 10199 | also by ``systemd`` during reboot. The default is 60 seconds. |
10200 | 10200 | ||
10201 | :term:`WIC_SECTOR_SIZE` | ||
10202 | The variable :term:`WIC_SECTOR_SIZE` controls the sector size of Wic | ||
10203 | images. In the background, this controls the value of the | ||
10204 | ``PARTED_SECTOR_SIZE`` environment variable passed to the ``parted`` | ||
10205 | command-line utility, used to generated the images. The default value is | ||
10206 | ``512``. | ||
10207 | |||
10208 | For more information on how to create Wic images, see the | ||
10209 | ":ref:`dev-manual/wic:creating partitioned images using wic`" section in | ||
10210 | the Yocto Project Development Tasks Manual. | ||
10211 | |||
10201 | :term:`WIRELESS_DAEMON` | 10212 | :term:`WIRELESS_DAEMON` |
10202 | For ``connman`` and ``packagegroup-base``, specifies the wireless | 10213 | For ``connman`` and ``packagegroup-base``, specifies the wireless |
10203 | daemon to use. The default is "wpa-supplicant" (note that the value | 10214 | daemon to use. The default is "wpa-supplicant" (note that the value |