mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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:
parent
eae21b0367
commit
8fced91c40
|
|
@ -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<dev-manual/packages:using 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user