diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-04 14:52:55 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-06 17:44:18 -0700 |
commit | c0a58abed519046fb860b203f7f016fda89311d3 (patch) | |
tree | 208e33272f6a4ef10a2699d7a7380f66e6739959 /documentation/poky-ref-manual | |
parent | 41d9bcdabec78b088b812ce26a34dfa0cc4f8ed4 (diff) | |
download | poky-c0a58abed519046fb860b203f7f016fda89311d3.tar.gz |
documentation/poky-ref-manual/ref-bitbake.xml: type fixed
Section B.4 (The Task List) had the typo "taksks". Changed to
"tasks."
(From OE-Core rev: 7cbd6bb020e16ceb1894a408852648a915f193f3)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/ref-bitbake.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index 88481908ca..4bea1e42da 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml | |||
@@ -195,7 +195,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | |||
195 | The build now starts with BitBake forking off threads up to the limit set in the | 195 | The build now starts with BitBake forking off threads up to the limit set in the |
196 | <glossterm><link linkend='var-BB_NUMBER_THREADS'>BB_NUMBER_THREADS</link></glossterm> variable. | 196 | <glossterm><link linkend='var-BB_NUMBER_THREADS'>BB_NUMBER_THREADS</link></glossterm> variable. |
197 | BitBake continues to fork threads as long as there are tasks ready to run, | 197 | BitBake continues to fork threads as long as there are tasks ready to run, |
198 | those taksks have all their dependencies met, and the thread threshold has not been | 198 | those tasks have all their dependencies met, and the thread threshold has not been |
199 | exceeded. | 199 | exceeded. |
200 | </para> | 200 | </para> |
201 | 201 | ||