diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2026-02-24 12:32:53 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2026-02-27 17:45:07 +0000 |
| commit | b43070b5708513a175499aa6959f88f2df5c60a2 (patch) | |
| tree | 950c8c39cfabfc2dced955da70f492136c286ada /documentation | |
| parent | 9796c90d54f31fbd7ab4245d8d6fc6659b805a28 (diff) | |
| download | poky-b43070b5708513a175499aa6959f88f2df5c60a2.tar.gz | |
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>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/dev-manual/packages.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/packages.rst b/documentation/dev-manual/packages.rst index a9a530ae65..1baf6855c3 100644 --- a/documentation/dev-manual/packages.rst +++ b/documentation/dev-manual/packages.rst | |||
| @@ -564,12 +564,12 @@ variable to specify the format: | |||
| 564 | 564 | ||
| 565 | PACKAGE_CLASSES ?= "package_packageformat" | 565 | PACKAGE_CLASSES ?= "package_packageformat" |
| 566 | 566 | ||
| 567 | where packageformat can be "ipk", "rpm", | 567 | where packageformat can be "ipk", "rpm", or |
| 568 | "deb", or "tar" which are the supported package formats. | 568 | "deb" which are the supported package formats. |
| 569 | 569 | ||
| 570 | .. note:: | 570 | .. note:: |
| 571 | 571 | ||
| 572 | Because the Yocto Project supports four different package formats, | 572 | Because the Yocto Project supports three different package formats, |
| 573 | you can set the variable with more than one argument. However, the | 573 | you can set the variable with more than one argument. However, the |
| 574 | OpenEmbedded build system only uses the first argument when | 574 | OpenEmbedded build system only uses the first argument when |
| 575 | creating an image or Software Development Kit (SDK). | 575 | creating an image or Software Development Kit (SDK). |
