summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/yp-intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/yp-intro.rst')
-rw-r--r--documentation/overview-manual/yp-intro.rst11
1 files 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:
174 changes on the development system within the BitBake environment and 174 changes on the development system within the BitBake environment and
175 then deploying only the updated packages to the target. 175 then deploying only the updated packages to the target.
176 176
177 The Yocto Project :term:`OpenEmbedded Build System` 177 The Yocto Project :term:`OpenEmbedded Build System` produces packages
178 produces packages 178 in standard formats (i.e. RPM, DEB and/or IPK). If you included
179 in standard formats (i.e. RPM, DEB, IPK, and TAR). You can deploy 179 :ref:`runtime package management<dev-manual/packages:using runtime package management>`
180 these packages into the running system on the target by using 180 in your image, you can deploy these packages into the running system on the target
181 utilities on the target such as ``rpm`` or ``ipk``. 181 by using the corresponding utilities on the target such as
182 ``rpm``/``dnf``, ``dpkg``/``apt`` or ``opkg``.
182 183
183- *Initial Build Times Can be Significant:* Long initial build times 184- *Initial Build Times Can be Significant:* Long initial build times
184 are unfortunately unavoidable due to the large number of packages 185 are unfortunately unavoidable due to the large number of packages