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

There is no "tar" packaging format anymore, so delete these
references.

(From yocto-docs rev: e7cbf979deb9739ee4b968672d4b03ae65b24424)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit e2b4d75fc8d738a39c5941591523620b45bc57e3)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day 2026-02-24 12:32:53 -05:00 committed by Richard Purdie
parent 9796c90d54
commit b43070b570

View File

@ -564,12 +564,12 @@ variable to specify the format:
PACKAGE_CLASSES ?= "package_packageformat" PACKAGE_CLASSES ?= "package_packageformat"
where packageformat can be "ipk", "rpm", where packageformat can be "ipk", "rpm", or
"deb", or "tar" which are the supported package formats. "deb" which are the supported package formats.
.. note:: .. 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 you can set the variable with more than one argument. However, the
OpenEmbedded build system only uses the first argument when OpenEmbedded build system only uses the first argument when
creating an image or Software Development Kit (SDK). creating an image or Software Development Kit (SDK).