summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
index b1b72e0aae..7b4459c95b 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
@@ -596,7 +596,7 @@
596 "<link linkend='checksums'>Checksums (Signatures)</link>" 596 "<link linkend='checksums'>Checksums (Signatures)</link>"
597 section for information). 597 section for information).
598 It is also possible to append extra metadata to the stamp using 598 It is also possible to append extra metadata to the stamp using
599 the "stamp-extra-info" task flag. 599 the <filename>[stamp-extra-info]</filename> task flag.
600 For example, OpenEmbedded uses this flag to make some tasks machine-specific. 600 For example, OpenEmbedded uses this flag to make some tasks machine-specific.
601 </para> 601 </para>
602 602
@@ -653,7 +653,8 @@
653 </itemizedlist> 653 </itemizedlist>
654 It is possible to have functions run before and after a task's main 654 It is possible to have functions run before and after a task's main
655 function. 655 function.
656 This is done using the "prefuncs" and "postfuncs" flags of the task 656 This is done using the <filename>[prefuncs]</filename>
657 and <filename>[postfuncs]</filename> flags of the task
657 that lists the functions to run. 658 that lists the functions to run.
658 </para> 659 </para>
659 </section> 660 </section>