diff options
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.rst | 4 |
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 | ||
| 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 |
