local.conf.sample: Document PARALLEL_MAKE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2393 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-08-08 14:18:45 +00:00
parent 16a9cffd7e
commit fa86980349
1 changed files with 2 additions and 0 deletions

View 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"