summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-08-03 17:44:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-17 10:22:59 +0100
commit3a1ae389663fea639e5e86ff76d20c23992736a2 (patch)
tree3910e4498846a58a6a1f5bd2f5aeb9f425b38d7c /bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
parent50d78130fd13bcf09288f37e07c4baf6490587eb (diff)
downloadpoky-3a1ae389663fea639e5e86ff76d20c23992736a2.tar.gz
bitbake: bitbake-user-manual: Formatted all "flags" to be consistent
Fixes [YOCTO #10071] The use of any flags throughout the manual was very inconsistent. I changed all references to any named flag in the text to be formatted as code and to be enclosed in square brackets. (Bitbake rev: be0fb616e64e54ae3e2420249f21f4edfd97d648) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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>