diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index d079e4b598..7e4f7e58ad 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -4242,13 +4242,13 @@ system and gives an overview of their function and contents. | |||
4242 | variable. | 4242 | variable. |
4243 | 4243 | ||
4244 | :term:`IMAGE_PKGTYPE` | 4244 | :term:`IMAGE_PKGTYPE` |
4245 | Defines the package type (i.e. DEB, RPM, IPK, or TAR) used by the | 4245 | Defines the package type (i.e. DEB, RPM or IPK) used by the |
4246 | OpenEmbedded build system. The variable is defined appropriately by | 4246 | OpenEmbedded build system. The variable is defined appropriately by |
4247 | the :ref:`ref-classes-package_deb`, :ref:`ref-classes-package_rpm`, | 4247 | one of the :ref:`ref-classes-package_deb`, :ref:`ref-classes-package_rpm`, |
4248 | or :ref:`ref-classes-package_ipk` class. | 4248 | or :ref:`ref-classes-package_ipk` classes. |
4249 | 4249 | ||
4250 | The :ref:`ref-classes-populate-sdk-*` and :ref:`ref-classes-image` | 4250 | The :ref:`ref-classes-populate-sdk-*` and :ref:`ref-classes-image` |
4251 | classes use the :term:`IMAGE_PKGTYPE` for packaging up images and SDKs. | 4251 | classes use the :term:`IMAGE_PKGTYPE` for packaging images and SDKs. |
4252 | 4252 | ||
4253 | You should not set the :term:`IMAGE_PKGTYPE` manually. Rather, the | 4253 | You should not set the :term:`IMAGE_PKGTYPE` manually. Rather, the |
4254 | variable is set indirectly through the appropriate | 4254 | variable is set indirectly through the appropriate |
@@ -4257,12 +4257,6 @@ system and gives an overview of their function and contents. | |||
4257 | OpenEmbedded build system uses the first package type (e.g. DEB, RPM, | 4257 | OpenEmbedded build system uses the first package type (e.g. DEB, RPM, |
4258 | or IPK) that appears with the variable | 4258 | or IPK) that appears with the variable |
4259 | 4259 | ||
4260 | .. note:: | ||
4261 | |||
4262 | Files using the ``.tar`` format are never used as a substitute | ||
4263 | packaging format for DEB, RPM, and IPK formatted files for your image | ||
4264 | or SDK. | ||
4265 | |||
4266 | :term:`IMAGE_POSTPROCESS_COMMAND` | 4260 | :term:`IMAGE_POSTPROCESS_COMMAND` |
4267 | Specifies a list of functions to call once the OpenEmbedded build | 4261 | Specifies a list of functions to call once the OpenEmbedded build |
4268 | system creates the final image output files. You can specify | 4262 | system creates the final image output files. You can specify |