diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2025-07-25 06:02:13 -0400 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-08-04 07:55:07 -0700 |
commit | 6f7e929ea6ea557f107c8ccffea69a7d73439591 (patch) | |
tree | 043aec49f149eba33ae111e49cb791d53fabd51a /documentation | |
parent | 1fd82d514fec901508726185ed1fb1c110c70512 (diff) | |
download | poky-6f7e929ea6ea557f107c8ccffea69a7d73439591.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: 0c154c1f431be918c4c9ce3047c12099925a9c53)
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>
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 dae23e1ff8..0e26ffb031 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -4076,13 +4076,13 @@ system and gives an overview of their function and contents. | |||
4076 | variable. | 4076 | variable. |
4077 | 4077 | ||
4078 | :term:`IMAGE_PKGTYPE` | 4078 | :term:`IMAGE_PKGTYPE` |
4079 | Defines the package type (i.e. DEB, RPM, IPK, or TAR) used by the | 4079 | Defines the package type (i.e. DEB, RPM or IPK) used by the |
4080 | OpenEmbedded build system. The variable is defined appropriately by | 4080 | OpenEmbedded build system. The variable is defined appropriately by |
4081 | the :ref:`ref-classes-package_deb`, :ref:`ref-classes-package_rpm`, | 4081 | one of the :ref:`ref-classes-package_deb`, :ref:`ref-classes-package_rpm`, |
4082 | or :ref:`ref-classes-package_ipk` class. | 4082 | or :ref:`ref-classes-package_ipk` classes. |
4083 | 4083 | ||
4084 | The :ref:`ref-classes-populate-sdk-*` and :ref:`ref-classes-image` | 4084 | The :ref:`ref-classes-populate-sdk-*` and :ref:`ref-classes-image` |
4085 | classes use the :term:`IMAGE_PKGTYPE` for packaging up images and SDKs. | 4085 | classes use the :term:`IMAGE_PKGTYPE` for packaging images and SDKs. |
4086 | 4086 | ||
4087 | You should not set the :term:`IMAGE_PKGTYPE` manually. Rather, the | 4087 | You should not set the :term:`IMAGE_PKGTYPE` manually. Rather, the |
4088 | variable is set indirectly through the appropriate | 4088 | variable is set indirectly through the appropriate |
@@ -4091,12 +4091,6 @@ system and gives an overview of their function and contents. | |||
4091 | OpenEmbedded build system uses the first package type (e.g. DEB, RPM, | 4091 | OpenEmbedded build system uses the first package type (e.g. DEB, RPM, |
4092 | or IPK) that appears with the variable | 4092 | or IPK) that appears with the variable |
4093 | 4093 | ||
4094 | .. note:: | ||
4095 | |||
4096 | Files using the ``.tar`` format are never used as a substitute | ||
4097 | packaging format for DEB, RPM, and IPK formatted files for your image | ||
4098 | or SDK. | ||
4099 | |||
4100 | :term:`IMAGE_POSTPROCESS_COMMAND` | 4094 | :term:`IMAGE_POSTPROCESS_COMMAND` |
4101 | Specifies a list of functions to call once the OpenEmbedded build | 4095 | Specifies a list of functions to call once the OpenEmbedded build |
4102 | system creates the final image output files. You can specify | 4096 | system creates the final image output files. You can specify |