diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 5a9e97ab6f..91542a1232 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -4224,6 +4224,12 @@ system and gives an overview of their function and contents. | |||
4224 | added to the image by using the :term:`IMAGE_ROOTFS_EXTRA_SPACE` | 4224 | added to the image by using the :term:`IMAGE_ROOTFS_EXTRA_SPACE` |
4225 | variable. | 4225 | variable. |
4226 | 4226 | ||
4227 | When using Wic tool, beware that a second overhead factor is also applied. | ||
4228 | This overhead value is defined by the ``--overhead-factor`` option, which | ||
4229 | defaults to "1.3" when omitted. See the | ||
4230 | :ref:`ref-manual/kickstart:command: part or partition` chapter in | ||
4231 | :doc:`/ref-manual/kickstart` for details. | ||
4232 | |||
4227 | :term:`IMAGE_PKGTYPE` | 4233 | :term:`IMAGE_PKGTYPE` |
4228 | Defines the package type (i.e. DEB, RPM or IPK) used by the | 4234 | Defines the package type (i.e. DEB, RPM or IPK) used by the |
4229 | OpenEmbedded build system. The variable is defined appropriately by | 4235 | OpenEmbedded build system. The variable is defined appropriately by |