diff options
| author | Trevor Woerner <twoerner@gmail.com> | 2025-05-13 12:58:38 -0400 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-05-19 08:57:20 -0700 |
| commit | ea026b8c9819034aae79995be26f4919c1989c71 (patch) | |
| tree | d60051b99352b5935d7c96575935681a292b45ac /documentation/ref-manual | |
| parent | fafdc5bd96590245eeab32b863c5f3f4fc4106b7 (diff) | |
| download | poky-ea026b8c9819034aae79995be26f4919c1989c71.tar.gz | |
ref-manual/variables.rst: document WIC_CREATE_EXTRA_ARGS
Fixes [YOCTO #15509]
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 6b7019c13054bf11fb16657a3fac85831352cea9)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit f1cdecb6da91dbfac59359c83038cb4a4c36ad0a)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual')
| -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 |
