diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-16 13:15:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-17 13:28:47 +0100 |
commit | 203aaaec084b80d0146b379d00527f8bd08b4119 (patch) | |
tree | 7bda55fd92254dffaa670e7ba6bffe0b69656ee8 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | |
parent | 547b189951283e1ea1fabd135d32bcb59124d8c3 (diff) | |
download | poky-203aaaec084b80d0146b379d00527f8bd08b4119.tar.gz |
bitbake: bitbake-user-manual: Cleaned up parallelism note and formatted user input
I updated the note in the second chapter that discusses the role for
BB_NUMBER_THREADS. The updates make it a bit clearer.
Also scrubbed the manual for instances of user-supplied values to check
how they are being formatted. I fixed the formatting to use the
<replaceable></replaceable> tags so they are in italics.
(Bitbake rev: e2879c60e905d7566091d40eab330372fa001313)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.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 0dafb03250..484b907518 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | |||
@@ -952,7 +952,7 @@ | |||
952 | <listitem><para> | 952 | <listitem><para> |
953 | The class needs to define the function as follows: | 953 | The class needs to define the function as follows: |
954 | <literallayout class='monospaced'> | 954 | <literallayout class='monospaced'> |
955 | <classname>_<functionname> | 955 | <replaceable>classname</replaceable><filename>_</filename><replaceable>functionname</replaceable> |
956 | </literallayout> | 956 | </literallayout> |
957 | For example, if you have a class file | 957 | For example, if you have a class file |
958 | <filename>bar.bbclass</filename> and a function named | 958 | <filename>bar.bbclass</filename> and a function named |
@@ -966,7 +966,7 @@ | |||
966 | The class needs to contain the <filename>EXPORT_FUNCTIONS</filename> | 966 | The class needs to contain the <filename>EXPORT_FUNCTIONS</filename> |
967 | statement as follows: | 967 | statement as follows: |
968 | <literallayout class='monospaced'> | 968 | <literallayout class='monospaced'> |
969 | EXPORT_FUNCTIONS <functionname> | 969 | EXPORT_FUNCTIONS <replaceable>functionname</replaceable> |
970 | </literallayout> | 970 | </literallayout> |
971 | For example, continuing with the same example, the | 971 | For example, continuing with the same example, the |
972 | statement in the <filename>bar.bbclass</filename> would be | 972 | statement in the <filename>bar.bbclass</filename> would be |
@@ -1164,7 +1164,7 @@ | |||
1164 | BitBake reads and writes varflags to the datastore using the following | 1164 | BitBake reads and writes varflags to the datastore using the following |
1165 | command forms: | 1165 | command forms: |
1166 | <literallayout class='monospaced'> | 1166 | <literallayout class='monospaced'> |
1167 | <variable> = d.getVarFlags("<variable>") | 1167 | <replaceable>variable</replaceable> = d.getVarFlags("<replaceable>variable</replaceable>") |
1168 | self.d.setVarFlags("FOO", {"func": True}) | 1168 | self.d.setVarFlags("FOO", {"func": True}) |
1169 | </literallayout> | 1169 | </literallayout> |
1170 | </para> | 1170 | </para> |