diff options
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.rst | 4 |
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: | |||
537 | To stop depending on common depends, use the "-I" depend option and | 537 | To stop depending on common depends, use the "-I" depend option and |
538 | BitBake omits them from the graph. Leaving this information out can | 538 | BitBake omits them from the graph. Leaving this information out can |
539 | produce more readable graphs. This way, you can remove from the graph | 539 | produce 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 | ||
542 | Here are two examples that create dependency graphs. The second example | 542 | Here are two examples that create dependency graphs. The second example |
543 | omits depends common in OpenEmbedded from the graph:: | 543 | omits 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 | ||
567 | The reason for this required file hierarchy is because the ``BBPATH`` | 567 | The reason for this required file hierarchy is because the :term:`BBPATH` |
568 | variable is not constructed until the layers are parsed. Consequently, | 568 | variable is not constructed until the layers are parsed. Consequently, |
569 | using the configuration file as a pre-configuration file is not possible | 569 | using the configuration file as a pre-configuration file is not possible |
570 | unless it is located in the current working directory. | 570 | unless it is located in the current working directory. |