overview-manual/yp-intro.rst: update on-target packaging info

- drop references to obsolete tar packaging format
  - add references to apt and dpkg utilities for .deb packaging
  - add reference to alternative "dnf" .rpm packaging

(From yocto-docs rev: c0737f253a89cc1f5fa23f24710705929bd75b79)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day
2025-10-24 12:13:58 -04:00
committed by Richard Purdie
parent eae21b0367
commit 8fced91c40

View File

@@ -174,11 +174,12 @@ Here are challenges you might encounter when developing using the Yocto Project:
changes on the development system within the BitBake environment and changes on the development system within the BitBake environment and
then deploying only the updated packages to the target. then deploying only the updated packages to the target.
The Yocto Project :term:`OpenEmbedded Build System` The Yocto Project :term:`OpenEmbedded Build System` produces packages
produces packages in standard formats (i.e. RPM, DEB and/or IPK). If you included
in standard formats (i.e. RPM, DEB, IPK, and TAR). You can deploy :ref:`runtime package management<dev-manual/packages:using runtime package management>`
these packages into the running system on the target by using in your image, you can deploy these packages into the running system on the target
utilities on the target such as ``rpm`` or ``ipk``. by using the corresponding utilities on the target such as
``rpm``/``dnf``, ``dpkg``/``apt`` or ``opkg``.
- *Initial Build Times Can be Significant:* Long initial build times - *Initial Build Times Can be Significant:* Long initial build times
are unfortunately unavoidable due to the large number of packages are unfortunately unavoidable due to the large number of packages