mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1461717567
commit
f38b4edf5f
@@ -10198,6 +10198,17 @@ system and gives an overview of their function and contents.
|
||||
Specifies the timeout in seconds used by the ``watchdog`` recipe and
|
||||
also by ``systemd`` during reboot. The default is 60 seconds.
|
||||
|
||||
:term:`WIC_SECTOR_SIZE`
|
||||
The variable :term:`WIC_SECTOR_SIZE` controls the sector size of Wic
|
||||
images. In the background, this controls the value of the
|
||||
``PARTED_SECTOR_SIZE`` environment variable passed to the ``parted``
|
||||
command-line utility, used to generated the images. The default value is
|
||||
``512``.
|
||||
|
||||
For more information on how to create Wic images, see the
|
||||
":ref:`dev-manual/wic:creating partitioned images using wic`" section in
|
||||
the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`WIRELESS_DAEMON`
|
||||
For ``connman`` and ``packagegroup-base``, specifies the wireless
|
||||
daemon to use. The default is "wpa-supplicant" (note that the value
|
||||
|
||||
Reference in New Issue
Block a user