]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Add note about BB_NUMBER_THREADS
authorRichard Purdie <richard@openedhand.com>
Wed, 22 Nov 2006 15:33:16 +0000 (15:33 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 22 Nov 2006 15:33:16 +0000 (15:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@939 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/local.conf.sample

index 7b98a41f74ac2ee8372891836759f35c3fa18a9e..1b8ee64c988587b9a1b008c0bb3b49e41f9ef76d 100644 (file)
@@ -42,6 +42,9 @@ PACKAGE_CLASSES = "package_ipk"
 # <build directory>/tmp
 TMPDIR = "${OEROOT}/build/tmp"
 
+# Uncomment and set to allow bitbake to execute multiple tasks at once.
+# BB_NUMBER_THREADS = "1"
+
 # Uncomment these two if you want BitBake to build images useful for debugging.
 # DEBUG_BUILD = "1"
 # INHIBIT_PACKAGE_STRIP = "1"