From 8fced91c40f098b5eb424fab220b6227c87a953f Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Fri, 24 Oct 2025 12:13:58 -0400 Subject: [PATCH] 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 Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/overview-manual/yp-intro.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 8fa17b1910..85583567e2 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst @@ -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 then deploying only the updated packages to the target. - The Yocto Project :term:`OpenEmbedded Build System` - produces packages - in standard formats (i.e. RPM, DEB, IPK, and TAR). You can deploy - these packages into the running system on the target by using - utilities on the target such as ``rpm`` or ``ipk``. + The Yocto Project :term:`OpenEmbedded Build System` produces packages + in standard formats (i.e. RPM, DEB and/or IPK). If you included + :ref:`runtime package management` + in your image, you can deploy these packages into the running system on the target + 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 are unfortunately unavoidable due to the large number of packages