diff options
| author | Paul Eggleton <bluelightning@bluelightning.org> | 2023-04-22 15:19:43 +1200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-22 10:42:54 +0100 |
| commit | 356b6f0e3266175d310dae2009f69707e5f010c3 (patch) | |
| tree | 31caf557a329065d1e06f0bd764f69b48e66b293 /documentation/overview-manual | |
| parent | 8242bd30def1af9286a8cdbed8c569c58a6af38b (diff) | |
| download | poky-356b6f0e3266175d310dae2009f69707e5f010c3.tar.gz | |
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>
Diffstat (limited to 'documentation/overview-manual')
| -rw-r--r-- | documentation/overview-manual/concepts.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index e7551149a1..6db515e500 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
| @@ -638,9 +638,8 @@ package files are kept: | |||
| 638 | type sub-folder. Given RPM, IPK, or DEB packaging and tarball | 638 | type sub-folder. Given RPM, IPK, or DEB packaging and tarball |
| 639 | creation, the | 639 | creation, the |
| 640 | :term:`DEPLOY_DIR_RPM`, | 640 | :term:`DEPLOY_DIR_RPM`, |
| 641 | :term:`DEPLOY_DIR_IPK`, | 641 | :term:`DEPLOY_DIR_IPK`, or |
| 642 | :term:`DEPLOY_DIR_DEB`, or | 642 | :term:`DEPLOY_DIR_DEB` |
| 643 | :term:`DEPLOY_DIR_TAR`, | ||
| 644 | variables are used, respectively. | 643 | variables are used, respectively. |
| 645 | 644 | ||
| 646 | - :term:`PACKAGE_ARCH`: Defines | 645 | - :term:`PACKAGE_ARCH`: Defines |
| @@ -653,9 +652,8 @@ tasks to generate packages and place them into the package holding area | |||
| 653 | (e.g. ``do_package_write_ipk`` for IPK packages). See the | 652 | (e.g. ``do_package_write_ipk`` for IPK packages). See the |
| 654 | ":ref:`ref-tasks-package_write_deb`", | 653 | ":ref:`ref-tasks-package_write_deb`", |
| 655 | ":ref:`ref-tasks-package_write_ipk`", | 654 | ":ref:`ref-tasks-package_write_ipk`", |
| 656 | ":ref:`ref-tasks-package_write_rpm`", | ||
| 657 | and | 655 | and |
| 658 | ":ref:`ref-tasks-package_write_tar`" | 656 | ":ref:`ref-tasks-package_write_rpm`" |
| 659 | sections in the Yocto Project Reference Manual for additional | 657 | sections in the Yocto Project Reference Manual for additional |
| 660 | information. As an example, consider a scenario where an IPK packaging | 658 | information. As an example, consider a scenario where an IPK packaging |
| 661 | manager is being used and there is package architecture support for both | 659 | manager is being used and there is package architecture support for both |
