summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-02-20 09:34:13 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2014-02-20 09:34:13 +0200
commit762415545bf00860a3f8385da1b8987fb86e01cb (patch)
treedbc2c128a147d3eca4ec8bf6f25f98bdf89e7379
parent0b488a09c507880b58773ef0da24cc81f271e484 (diff)
Disable BB_NUMBER_THREADS and PARALLEL_MAKE overriderelease-14.02
OE has now default values set for BB_NUMBER_THREADS and PARALLEL_MAKE: http://git.openembedded.org/openembedded-core/commit/?id=99777f60342ce1371e3960661035ca7cd89f96f5 Change-Id: Ie26f9134e43aeec622574d677f209edafc574faf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xfunctions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.sh b/functions.sh
index 22322b2..cc538fa 100755
--- a/functions.sh
+++ b/functions.sh
@@ -116,8 +116,8 @@ DEFAULTTUNE_genericarmv7a ?= "armv7athf-neon"
DEFAULTTUNE_genericarmv7ab ?= "armv7athfb-neon"
# those numbers can be tweaked if build takes too much power
-BB_NUMBER_THREADS = "${numproc}"
-PARALLEL_MAKE = "-j${numproc}"
+# BB_NUMBER_THREADS = "${numproc}"
+# PARALLEL_MAKE = "-j${numproc}"
# add 'ext2' if you want images for fast models
IMAGE_FSTYPES = "tar.gz"