summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst14
1 files changed, 4 insertions, 10 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 21e4bca200..182236efc0 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4221,13 +4221,13 @@ system and gives an overview of their function and contents.
4221 variable. 4221 variable.
4222 4222
4223 :term:`IMAGE_PKGTYPE` 4223 :term:`IMAGE_PKGTYPE`
4224 Defines the package type (i.e. DEB, RPM, IPK, or TAR) used by the 4224 Defines the package type (i.e. DEB, RPM or IPK) used by the
4225 OpenEmbedded build system. The variable is defined appropriately by 4225 OpenEmbedded build system. The variable is defined appropriately by
4226 the :ref:`ref-classes-package_deb`, :ref:`ref-classes-package_rpm`, 4226 one of the :ref:`ref-classes-package_deb`, :ref:`ref-classes-package_rpm`,
4227 or :ref:`ref-classes-package_ipk` class. 4227 or :ref:`ref-classes-package_ipk` classes.
4228 4228
4229 The :ref:`ref-classes-populate-sdk-*` and :ref:`ref-classes-image` 4229 The :ref:`ref-classes-populate-sdk-*` and :ref:`ref-classes-image`
4230 classes use the :term:`IMAGE_PKGTYPE` for packaging up images and SDKs. 4230 classes use the :term:`IMAGE_PKGTYPE` for packaging images and SDKs.
4231 4231
4232 You should not set the :term:`IMAGE_PKGTYPE` manually. Rather, the 4232 You should not set the :term:`IMAGE_PKGTYPE` manually. Rather, the
4233 variable is set indirectly through the appropriate 4233 variable is set indirectly through the appropriate
@@ -4236,12 +4236,6 @@ system and gives an overview of their function and contents.
4236 OpenEmbedded build system uses the first package type (e.g. DEB, RPM, 4236 OpenEmbedded build system uses the first package type (e.g. DEB, RPM,
4237 or IPK) that appears with the variable 4237 or IPK) that appears with the variable
4238 4238
4239 .. note::
4240
4241 Files using the ``.tar`` format are never used as a substitute
4242 packaging format for DEB, RPM, and IPK formatted files for your image
4243 or SDK.
4244
4245 :term:`IMAGE_POSTPROCESS_COMMAND` 4239 :term:`IMAGE_POSTPROCESS_COMMAND`
4246 Specifies a list of functions to call once the OpenEmbedded build 4240 Specifies a list of functions to call once the OpenEmbedded build
4247 system creates the final image output files. You can specify 4241 system creates the final image output files. You can specify