summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-08 14:18:45 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-08 14:18:45 +0000
commitfa86980349302a164be0bd2ff0a77e20ec9fa7f6 (patch)
tree68d7829a384300d3eba4caf50dd9383771fa15e2 /build
parent16a9cffd7e87c05971d4c2e69be9b4fedc87a59c (diff)
downloadpoky-fa86980349302a164be0bd2ff0a77e20ec9fa7f6.tar.gz
local.conf.sample: Document PARALLEL_MAKE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2393 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build')
-rw-r--r--build/conf/local.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 9c3e240d8f..0512ced85c 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -72,6 +72,8 @@ TMPDIR = "${OEROOT}/build/tmp"
72# Uncomment and set to allow bitbake to execute multiple tasks at once. 72# Uncomment and set to allow bitbake to execute multiple tasks at once.
73# Note, This option is currently experimental - YMMV. 73# Note, This option is currently experimental - YMMV.
74# BB_NUMBER_THREADS = "1" 74# BB_NUMBER_THREADS = "1"
75# Also, make can be passed flags so it run parallel threads e.g.:
76# PARALLEL_MAKE = "-j 4"
75 77
76# Comment this out if you are *not* using provided qemu deb - see README 78# Comment this out if you are *not* using provided qemu deb - see README
77ASSUME_PROVIDED += "qemu-native" 79ASSUME_PROVIDED += "qemu-native"