]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Document PARALLEL_MAKE
authorRichard Purdie <richard@openedhand.com>
Wed, 8 Aug 2007 14:18:45 +0000 (14:18 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 8 Aug 2007 14:18:45 +0000 (14:18 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2393 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/local.conf.sample

index 9c3e240d8f35afb1e00d43dd3c5e66ca84aea341..0512ced85c4f8698f5c9e4ade0f4ec78e3dfd5f5 100644 (file)
@@ -72,6 +72,8 @@ TMPDIR = "${OEROOT}/build/tmp"
 # Uncomment and set to allow bitbake to execute multiple tasks at once.
 # Note, This option is currently experimental - YMMV.
 # BB_NUMBER_THREADS = "1"
+# Also, make can be passed flags so it run parallel threads e.g.:
+# PARALLEL_MAKE = "-j 4"
 
 # Comment this out if you are *not* using provided qemu deb - see README
 ASSUME_PROVIDED += "qemu-native"