summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/common-tasks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-rw-r--r--documentation/dev-manual/common-tasks.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index faa5efeb52..e5a90e15df 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -2065,7 +2065,7 @@ A subset of the files installed by the
2065:ref:`ref-tasks-install` task are 2065:ref:`ref-tasks-install` task are
2066used by the 2066used by the
2067:ref:`ref-tasks-populate_sysroot` 2067:ref:`ref-tasks-populate_sysroot`
2068task as defined by the the 2068task as defined by the
2069:term:`SYSROOT_DIRS` variable to 2069:term:`SYSROOT_DIRS` variable to
2070automatically populate the sysroot. It is possible to modify the list of 2070automatically populate the sysroot. It is possible to modify the list of
2071directories that populate the sysroot. The following example shows how 2071directories that populate the sysroot. The following example shows how
@@ -4591,7 +4591,7 @@ directory:
4591 section. 4591 section.
4592 4592
4593 3. Once you have the correct source revisions, you can modify 4593 3. Once you have the correct source revisions, you can modify
4594 those recipes to to set ``SRCREV`` to specific versions of the 4594 those recipes to set ``SRCREV`` to specific versions of the
4595 software. 4595 software.
4596 4596
4597Speeding Up a Build 4597Speeding Up a Build
@@ -6599,7 +6599,7 @@ Quality <#maintaining-build-output-quality>`__" section.
6599 6599
6600 The OpenEmbedded build system does not maintain ``PR`` information as 6600 The OpenEmbedded build system does not maintain ``PR`` information as
6601 part of the shared state (sstate) packages. If you maintain an sstate 6601 part of the shared state (sstate) packages. If you maintain an sstate
6602 feed, its expected that either all your building systems that 6602 feed, it's expected that either all your building systems that
6603 contribute to the sstate feed use a shared PR Service, or you do not 6603 contribute to the sstate feed use a shared PR Service, or you do not
6604 run a PR Service on any of your building systems. Having some systems 6604 run a PR Service on any of your building systems. Having some systems
6605 use a PR Service while others do not leads to obvious problems. 6605 use a PR Service while others do not leads to obvious problems.
@@ -7070,7 +7070,7 @@ runtime package management of RPM packages. In order to use DNF for
7070runtime package management, you must perform an initial setup on the 7070runtime package management, you must perform an initial setup on the
7071target machine for cases where the ``PACKAGE_FEED_*`` variables were not 7071target machine for cases where the ``PACKAGE_FEED_*`` variables were not
7072set as part of the image that is running on the target. This means if 7072set as part of the image that is running on the target. This means if
7073you built your image and did not not use these variables as part of the 7073you built your image and did not use these variables as part of the
7074build and your image is now running on the target, you need to perform 7074build and your image is now running on the target, you need to perform
7075the steps in this section if you want to use runtime package management. 7075the steps in this section if you want to use runtime package management.
7076 7076