mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
35cdb70406
commit
28aa26c152
@@ -537,7 +537,7 @@ current working directory:
|
|||||||
- ``pn-buildlist``: Shows a simple list of targets that are to be
|
- ``pn-buildlist``: Shows a simple list of targets that are to be
|
||||||
built.
|
built.
|
||||||
|
|
||||||
To stop depending on common depends, use the "-I" depend option and
|
To stop depending on common depends, use the ``-I`` depend option and
|
||||||
BitBake omits them from the graph. Leaving this information out can
|
BitBake omits them from the graph. Leaving this information out can
|
||||||
produce more readable graphs. This way, you can remove from the graph
|
produce more readable graphs. This way, you can remove from the graph
|
||||||
:term:`DEPENDS` from inherited classes such as ``base.bbclass``.
|
:term:`DEPENDS` from inherited classes such as ``base.bbclass``.
|
||||||
|
|||||||
@@ -944,7 +944,7 @@ Running ``do_foo`` prints the following::
|
|||||||
Overrides and override-style operators can be applied to any shell
|
Overrides and override-style operators can be applied to any shell
|
||||||
function, not just :ref:`tasks <bitbake-user-manual/bitbake-user-manual-metadata:tasks>`.
|
function, not just :ref:`tasks <bitbake-user-manual/bitbake-user-manual-metadata:tasks>`.
|
||||||
|
|
||||||
You can use the ``bitbake -e`` recipename command to view the final
|
You can use the ``bitbake -e recipename`` command to view the final
|
||||||
assembled function after all overrides have been applied.
|
assembled function after all overrides have been applied.
|
||||||
|
|
||||||
BitBake-Style Python Functions
|
BitBake-Style Python Functions
|
||||||
@@ -996,7 +996,7 @@ Running ``do_foo`` prints the following::
|
|||||||
recipename do_foo: second
|
recipename do_foo: second
|
||||||
recipename do_foo: third
|
recipename do_foo: third
|
||||||
|
|
||||||
You can use the ``bitbake -e`` recipename command to view
|
You can use the ``bitbake -e recipename`` command to view
|
||||||
the final assembled function after all overrides have been applied.
|
the final assembled function after all overrides have been applied.
|
||||||
|
|
||||||
Python Functions
|
Python Functions
|
||||||
|
|||||||
Reference in New Issue
Block a user