diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-10-11 07:59:46 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-13 23:29:25 +0100 |
| commit | 19d39be99bddcc72d012710438f6ec636e9f2945 (patch) | |
| tree | cba6da18de427e27bc59570bc22946f4ba48b8fb /bitbake | |
| parent | ce70355260ea0cb0c569706356d60aca2bcf15af (diff) | |
| download | poky-19d39be99bddcc72d012710438f6ec636e9f2945.tar.gz | |
bitbake: bitbake-user-manual: Fixes small typos for 'addtask' section
Fixes [YOCTO #10401]
Applied some edits to various areas of the section. These
were minor in nature.
(Bitbake rev: ec99f168fd0d6feca67f2890917ba4829933c73b)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.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-metadata.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index fac54d34d3..c959469576 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | |||
| @@ -1553,7 +1553,7 @@ | |||
| 1553 | optionally describe dependencies between the | 1553 | optionally describe dependencies between the |
| 1554 | task and other tasks. | 1554 | task and other tasks. |
| 1555 | Here is an example that shows how to define a task | 1555 | Here is an example that shows how to define a task |
| 1556 | and to declare some dependencies: | 1556 | and declare some dependencies: |
| 1557 | <literallayout class='monospaced'> | 1557 | <literallayout class='monospaced'> |
| 1558 | python do_printdate () { | 1558 | python do_printdate () { |
| 1559 | import time | 1559 | import time |
| @@ -1583,7 +1583,7 @@ | |||
| 1583 | results in the <filename>do_printdate</filename> | 1583 | results in the <filename>do_printdate</filename> |
| 1584 | task running first. | 1584 | task running first. |
| 1585 | <note> | 1585 | <note> |
| 1586 | If you try out the previous example, you might see | 1586 | If you try out the previous example, you might see that |
| 1587 | the <filename>do_printdate</filename> task is only run | 1587 | the <filename>do_printdate</filename> task is only run |
| 1588 | the first time you build the recipe with | 1588 | the first time you build the recipe with |
| 1589 | the <filename>bitbake</filename> command. | 1589 | the <filename>bitbake</filename> command. |
| @@ -1618,7 +1618,7 @@ | |||
| 1618 | </literallayout> | 1618 | </literallayout> |
| 1619 | In this example, assuming dependencies have not been | 1619 | In this example, assuming dependencies have not been |
| 1620 | added through some other means, the only way to run | 1620 | added through some other means, the only way to run |
| 1621 | the task is by explicitly selecting it with the | 1621 | the task is by explicitly selecting it with |
| 1622 | <filename>bitbake</filename> <replaceable>recipe</replaceable> <filename>-c printdate</filename>. | 1622 | <filename>bitbake</filename> <replaceable>recipe</replaceable> <filename>-c printdate</filename>. |
| 1623 | You can use the | 1623 | You can use the |
| 1624 | <filename>do_listtasks</filename> task to list all tasks | 1624 | <filename>do_listtasks</filename> task to list all tasks |
