1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

ref-manual: Updated PACKAGE_CLASSES variable note.

The note about the TAR backend not working was changed to soften
the warning.  It has "limited functionality" rather than
"broken".

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-05-09 14:37:47 -07:00
committed by Richard Purdie
parent 0c8da03bb1
commit 08ccc9c864
+4 -3
View File
@@ -9491,9 +9491,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</literallayout> </literallayout>
<note><title>Warning</title> <note><title>Warning</title>
While it is a legal option, the While it is a legal option, the
<filename>package_tar</filename> class is broken <filename>package_tar</filename> class has limited
and is not supported. functionality due to no support for package
It is recommended that you do not use it. dependencies by that backend.
Therefore, it is recommended that you do not use it.
</note> </note>
The build system uses only the first argument in the list The build system uses only the first argument in the list
as the package manager when creating your image or SDK. as the package manager when creating your image or SDK.