diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-11-19 19:34:56 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-21 11:25:39 +0000 |
| commit | 28aa26c152de29bd6ef889ffe1305ca83648c2fa (patch) | |
| tree | 33d8105a54f418133556a92576bdf1bacfd5ac21 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst | |
| parent | 35cdb704065165a9f9f7212b0297567ac6b0eff8 (diff) | |
| download | poky-28aa26c152de29bd6ef889ffe1305ca83648c2fa.tar.gz | |
bitbake: bitbake-user-manual: quoting fixes
(Bitbake rev: 0ac887253e6b2df187bcbac0b060dd39920538af)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | 2 |
1 files changed, 1 insertions, 1 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 42263cef3a..1c31c1f9e8 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 | - ``pn-buildlist``: Shows a simple list of targets that are to be | 537 | - ``pn-buildlist``: Shows a simple list of targets that are to be |
| 538 | built. | 538 | built. |
| 539 | 539 | ||
| 540 | To stop depending on common depends, use the "-I" depend option and | 540 | To stop depending on common depends, use the ``-I`` depend option and |
| 541 | BitBake omits them from the graph. Leaving this information out can | 541 | BitBake omits them from the graph. Leaving this information out can |
| 542 | produce more readable graphs. This way, you can remove from the graph | 542 | produce more readable graphs. This way, you can remove from the graph |
| 543 | :term:`DEPENDS` from inherited classes such as ``base.bbclass``. | 543 | :term:`DEPENDS` from inherited classes such as ``base.bbclass``. |
