summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2025-07-25 06:02:13 -0400
committerSteve Sakoman <steve@sakoman.com>2025-08-04 09:12:24 -0700
commitd1b7a5884b77c8df837511f6f6534ebc287aafce (patch)
treef726c1074be1a987d430ab689bd6d4c9a55f6503
parentd029bf3af20e1524b92d2ea48ba30c322844bf20 (diff)
downloadpoky-d1b7a5884b77c8df837511f6f6534ebc287aafce.tar.gz
variables.rst: remove references to obsolete tar packaging
The tar packaging format was removed some time ago. Also, add some minor grammatical tweaking. (From yocto-docs rev: d62599595f68b75e5bf885367ca1f01a6d63bb3d) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 8e9fd1ca232f3c1e8be51cb881a68b4745ee548a) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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