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 | |
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')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst | 2 | ||||
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | 4 |
2 files changed, 3 insertions, 3 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``. |
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst index 119720d527..9580f31d12 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | |||
@@ -944,7 +944,7 @@ Running ``do_foo`` prints the following:: | |||
944 | Overrides and override-style operators can be applied to any shell | 944 | Overrides and override-style operators can be applied to any shell |
945 | function, not just :ref:`tasks <bitbake-user-manual/bitbake-user-manual-metadata:tasks>`. | 945 | function, not just :ref:`tasks <bitbake-user-manual/bitbake-user-manual-metadata:tasks>`. |
946 | 946 | ||
947 | You can use the ``bitbake -e`` recipename command to view the final | 947 | You can use the ``bitbake -e recipename`` command to view the final |
948 | assembled function after all overrides have been applied. | 948 | assembled function after all overrides have been applied. |
949 | 949 | ||
950 | BitBake-Style Python Functions | 950 | BitBake-Style Python Functions |
@@ -996,7 +996,7 @@ Running ``do_foo`` prints the following:: | |||
996 | recipename do_foo: second | 996 | recipename do_foo: second |
997 | recipename do_foo: third | 997 | recipename do_foo: third |
998 | 998 | ||
999 | You can use the ``bitbake -e`` recipename command to view | 999 | You can use the ``bitbake -e recipename`` command to view |
1000 | the final assembled function after all overrides have been applied. | 1000 | the final assembled function after all overrides have been applied. |
1001 | 1001 | ||
1002 | Python Functions | 1002 | Python Functions |