summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml6
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>&nbsp;<replaceable>recipe</replaceable>&nbsp;<filename>-c printdate</filename>. 1622 <filename>bitbake</filename>&nbsp;<replaceable>recipe</replaceable>&nbsp;<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