summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-12-20 13:16:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-28 10:57:46 +0000
commitf38b4edf5f399be1723a1c940f766e68c6bcf56d (patch)
treedd6a2ac255e1413f224c13e614b548d1a3cd0315 /documentation/ref-manual/variables.rst
parent1461717567253902beddd66515ef4565d6734c2b (diff)
downloadpoky-f38b4edf5f399be1723a1c940f766e68c6bcf56d.tar.gz
ref-manual/variables: document the WIC_SECTOR_SIZE variable
Added recently in oecore to control the sector size of wic images. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: 075d4ac67c94d6442ea384b5b0ec68b1aa34a4c3) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst11
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