diff options
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-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 |