summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-concepts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/overview-manual-concepts.rst')
-rw-r--r--documentation/overview-manual/overview-manual-concepts.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst
index 736fd9591e..f1f2b7f352 100644
--- a/documentation/overview-manual/overview-manual-concepts.rst
+++ b/documentation/overview-manual/overview-manual-concepts.rst
@@ -78,7 +78,7 @@ versions of ``matchbox-desktop`` might exist. BitBake chooses the one
78selected by the distribution configuration. You can get more details 78selected by the distribution configuration. You can get more details
79about how BitBake chooses between different target versions and 79about how BitBake chooses between different target versions and
80providers in the 80providers in the
81":ref:`Preferences <bitbake:bb-bitbake-preferences>`" section 81":ref:`Preferences <bitbake:bitbake-user-manual/bitbake-user-manual-execution:preferences>`" section
82of the BitBake User Manual. 82of the BitBake User Manual.
83 83
84BitBake also tries to execute any dependent tasks first. So for example, 84BitBake also tries to execute any dependent tasks first. So for example,
@@ -607,7 +607,7 @@ Source Control Managers (Optional)
607~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 607~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
608 608
609Another place from which the build system can get source files is with 609Another place from which the build system can get source files is with
610:ref:`fetchers <bitbake:bb-fetchers>` employing various Source 610:ref:`fetchers <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>` employing various Source
611Control Managers (SCMs) such as Git or Subversion. In such cases, a 611Control Managers (SCMs) such as Git or Subversion. In such cases, a
612repository is cloned or checked out. The 612repository is cloned or checked out. The
613:ref:`ref-tasks-fetch` task inside 613:ref:`ref-tasks-fetch` task inside
@@ -1949,7 +1949,7 @@ The following list explains the previous example:
1949 extra metadata to the `stamp 1949 extra metadata to the `stamp
1950 file <#stamp-files-and-the-rerunning-of-tasks>`__. In this case, the 1950 file <#stamp-files-and-the-rerunning-of-tasks>`__. In this case, the
1951 metadata makes the task specific to a machine's architecture. See 1951 metadata makes the task specific to a machine's architecture. See
1952 ":ref:`bitbake:ref-bitbake-tasklist`" 1952 ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-execution:the task list`"
1953 section in the BitBake User Manual for more information on the 1953 section in the BitBake User Manual for more information on the
1954 ``stamp-extra-info`` flag. 1954 ``stamp-extra-info`` flag.
1955 1955