From a1507d6f03b95ac114e509c98805ce6fe8035486 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 8 Aug 2007 14:18:45 +0000 Subject: [PATCH] local.conf.sample: Document PARALLEL_MAKE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2393 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- build/conf/local.conf.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 9c3e240d8f3..0512ced85c4 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample @@ -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" -- 2.47.3