diff mbox series

dev-manual: delete references to "tar" package format

Message ID a18346b3-9fc5-59c2-a016-bf57ad06048a@crashcourse.ca
State Under Review
Headers show
Series dev-manual: delete references to "tar" package format | expand

Commit Message

Robert P. J. Day Feb. 24, 2026, 5:32 p.m. UTC
There is no "tar" packaging format anymore, so delete these
references.

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

---
diff mbox series

Patch

diff --git a/documentation/dev-manual/packages.rst b/documentation/dev-manual/packages.rst
index a7c95a16e..4c94ffd48 100644
--- a/documentation/dev-manual/packages.rst
+++ b/documentation/dev-manual/packages.rst
@@ -565,12 +565,12 @@  variable to specify the format:

       PACKAGE_CLASSES ?= "package_packageformat"

-   where packageformat can be "ipk", "rpm",
-   "deb", or "tar" which are the supported package formats.
+   where packageformat can be "ipk", "rpm", or
+   "deb" which are the supported package formats.

    .. note::

-      Because the Yocto Project supports four different package formats,
+      Because the Yocto Project supports three different package formats,
       you can set the variable with more than one argument. However, the
       OpenEmbedded build system only uses the first argument when
       creating an image or Software Development Kit (SDK).