diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-04 14:52:55 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-06 08:01:19 -0700 |
commit | da283ba65b4a9f632e18a521e531c2ced4987a55 (patch) | |
tree | 7a6ae1f872169a532c4795bb6baa1890752cc0e3 /documentation/poky-ref-manual | |
parent | 4ba1991c77e8444d8c0ac7e32709ac858b36bf98 (diff) | |
download | poky-da283ba65b4a9f632e18a521e531c2ced4987a55.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 | ||