mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
ref-manual: Remove references to package_tar class
This has been removed in 4.2. (From yocto-docs rev: a5dcaf95915deec5243ab2fd0711c63e98b2a661) Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8242bd30de
commit
356b6f0e32
@@ -638,9 +638,8 @@ package files are kept:
|
||||
type sub-folder. Given RPM, IPK, or DEB packaging and tarball
|
||||
creation, the
|
||||
:term:`DEPLOY_DIR_RPM`,
|
||||
:term:`DEPLOY_DIR_IPK`,
|
||||
:term:`DEPLOY_DIR_DEB`, or
|
||||
:term:`DEPLOY_DIR_TAR`,
|
||||
:term:`DEPLOY_DIR_IPK`, or
|
||||
:term:`DEPLOY_DIR_DEB`
|
||||
variables are used, respectively.
|
||||
|
||||
- :term:`PACKAGE_ARCH`: Defines
|
||||
@@ -653,9 +652,8 @@ tasks to generate packages and place them into the package holding area
|
||||
(e.g. ``do_package_write_ipk`` for IPK packages). See the
|
||||
":ref:`ref-tasks-package_write_deb`",
|
||||
":ref:`ref-tasks-package_write_ipk`",
|
||||
":ref:`ref-tasks-package_write_rpm`",
|
||||
and
|
||||
":ref:`ref-tasks-package_write_tar`"
|
||||
":ref:`ref-tasks-package_write_rpm`"
|
||||
sections in the Yocto Project Reference Manual for additional
|
||||
information. As an example, consider a scenario where an IPK packaging
|
||||
manager is being used and there is package architecture support for both
|
||||
|
||||
Reference in New Issue
Block a user