From c0a58abed519046fb860b203f7f016fda89311d3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 4 Apr 2011 14:52:55 -0500 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-bitbake.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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" The build now starts with BitBake forking off threads up to the limit set in the BB_NUMBER_THREADS variable. BitBake continues to fork threads as long as there are tasks ready to run, - those taksks have all their dependencies met, and the thread threshold has not been + those tasks have all their dependencies met, and the thread threshold has not been exceeded. -- cgit v1.2.3-54-g00ecf