diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2025-07-25 06:02:13 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-01 11:59:18 +0100 |
commit | e9a49660a5bc3f42b414e4da9bfc0070dbf762d5 (patch) | |
tree | 8a7765a3487ba41300b0050d2d749945e8494c5b /documentation | |
parent | 47ded82a507c9ea7957f6d6a9aa85cde6eec55ae (diff) | |
download | poky-e9a49660a5bc3f42b414e4da9bfc0070dbf762d5.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: 8e9fd1ca232f3c1e8be51cb881a68b4745ee548a)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 |