summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml2
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