diff mbox series

variables.rst: remove references to obsolete tar packaging

Message ID 26fc08c0-b3ba-dbd1-af40-6de560fc8769@crashcourse.ca
State Accepted
Headers show
Series variables.rst: remove references to obsolete tar packaging | expand

Commit Message

Robert P. J. Day July 25, 2025, 10:02 a.m. UTC
The tar packaging format was removed some time ago. Also, add some
minor grammatical tweaking.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

Comments

Quentin Schulz Aug. 1, 2025, 10:49 a.m. UTC | #1
Hi Robert,

On 7/25/25 12:02 PM, Robert P. J. Day via lists.yoctoproject.org wrote:
> 
> The tar packaging format was removed some time ago. Also, add some
> minor grammatical tweaking.
> 
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> 

Can you please also fix the other occurrences in the docs?

I could identify overview-manual/yp-intro.rst +179 and 
dev-manual/packages.rst +553.

Looks good to me otherwise.

This should be backported to scarthgap and more recent branches once 
merged as the commit (4022115a7124d3da6245f19d512ff3abe80ddd1e) that 
removed it was merged in Mickledore.

Cheers,
Quentin
Antonin Godard Aug. 4, 2025, 7:09 a.m. UTC | #2
On Fri, 25 Jul 2025 06:02:13 -0400, Robert P. J. Day wrote:
> The tar packaging format was removed some time ago. Also, add some
> minor grammatical tweaking.
> 

Applied, thanks!

[1/1] variables.rst: remove references to obsolete tar packaging
      commit: 8e9fd1ca232f3c1e8be51cb881a68b4745ee548a

Best regards,
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index d079e4b59..7e4f7e58a 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.
       variable.

    :term:`IMAGE_PKGTYPE`
-      Defines the package type (i.e. DEB, RPM, IPK, or TAR) used by the
+      Defines the package type (i.e. DEB, RPM or IPK) used by the
       OpenEmbedded build system. The variable is defined appropriately by
-      the :ref:`ref-classes-package_deb`, :ref:`ref-classes-package_rpm`,
-      or :ref:`ref-classes-package_ipk` class.
+      one of the :ref:`ref-classes-package_deb`, :ref:`ref-classes-package_rpm`,
+      or :ref:`ref-classes-package_ipk` classes.

       The :ref:`ref-classes-populate-sdk-*` and :ref:`ref-classes-image`
-      classes use the :term:`IMAGE_PKGTYPE` for packaging up images and SDKs.
+      classes use the :term:`IMAGE_PKGTYPE` for packaging images and SDKs.

       You should not set the :term:`IMAGE_PKGTYPE` manually. Rather, the
       variable is set indirectly through the appropriate
@@ -4257,12 +4257,6 @@  system and gives an overview of their function and contents.
       OpenEmbedded build system uses the first package type (e.g. DEB, RPM,
       or IPK) that appears with the variable

-      .. note::
-
-         Files using the ``.tar`` format are never used as a substitute
-         packaging format for DEB, RPM, and IPK formatted files for your image
-         or SDK.
-
    :term:`IMAGE_POSTPROCESS_COMMAND`
       Specifies a list of functions to call once the OpenEmbedded build
       system creates the final image output files. You can specify