diff options
author | Trevor Woerner <twoerner@gmail.com> | 2025-05-13 12:58:38 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-19 15:54:10 +0100 |
commit | ac4a58aa7d749941ca89d13cbd1801d98d260e96 (patch) | |
tree | 7447a2f17045508f9319804a76cc2e412f9a211d | |
parent | ec53c91af04022d67a408b0e1a956cb3387bbea5 (diff) | |
download | poky-ac4a58aa7d749941ca89d13cbd1801d98d260e96.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: f1cdecb6da91dbfac59359c83038cb4a4c36ad0a)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 |