summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
index b3cea61fff..eb1406652a 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
@@ -537,7 +537,7 @@ current working directory:
537To stop depending on common depends, use the "-I" depend option and 537To stop depending on common depends, use the "-I" depend option and
538BitBake omits them from the graph. Leaving this information out can 538BitBake omits them from the graph. Leaving this information out can
539produce more readable graphs. This way, you can remove from the graph 539produce more readable graphs. This way, you can remove from the graph
540``DEPENDS`` from inherited classes such as ``base.bbclass``. 540:term:`DEPENDS` from inherited classes such as ``base.bbclass``.
541 541
542Here are two examples that create dependency graphs. The second example 542Here are two examples that create dependency graphs. The second example
543omits depends common in OpenEmbedded from the graph:: 543omits depends common in OpenEmbedded from the graph::
@@ -564,7 +564,7 @@ for two separate targets:
564.. image:: figures/bb_multiconfig_files.png 564.. image:: figures/bb_multiconfig_files.png
565 :align: center 565 :align: center
566 566
567The reason for this required file hierarchy is because the ``BBPATH`` 567The reason for this required file hierarchy is because the :term:`BBPATH`
568variable is not constructed until the layers are parsed. Consequently, 568variable is not constructed until the layers are parsed. Consequently,
569using the configuration file as a pre-configuration file is not possible 569using the configuration file as a pre-configuration file is not possible
570unless it is located in the current working directory. 570unless it is located in the current working directory.