summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-22 15:33:16 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-22 15:33:16 +0000
commit7a80caa8f1c30712253dd151c3fe73cf72320dda (patch)
tree9065ae8410e8d3bb0d899bf6b3bcca29eba3d65b /build
parent0ac664d01a395d6349e6e1cbab6c787501d4baac (diff)
downloadopenembedded-core-contrib-7a80caa8f1c30712253dd151c3fe73cf72320dda.tar.gz
local.conf.sample: Add note about BB_NUMBER_THREADS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@939 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build')
-rw-r--r--build/conf/local.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 7b98a41f74..1b8ee64c98 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -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"