summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst4
1 files changed, 2 insertions, 2 deletions
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
947You can use the ``bitbake -e`` recipename command to view the final 947You can use the ``bitbake -e recipename`` command to view the final
948assembled function after all overrides have been applied. 948assembled function after all overrides have been applied.
949 949
950BitBake-Style Python Functions 950BitBake-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
999You can use the ``bitbake -e`` recipename command to view 999You can use the ``bitbake -e recipename`` command to view
1000the final assembled function after all overrides have been applied. 1000the final assembled function after all overrides have been applied.
1001 1001
1002Python Functions 1002Python Functions