summaryrefslogtreecommitdiff
path: root/init-and-build.sh
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-12-14 18:49:31 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-12-14 18:49:31 +0200
commitc38ecd99017ff4f36a67f03a6ff07fe78c863020 (patch)
tree882412ca78c393a76bbd04fb549442c0feebeaf7 /init-and-build.sh
parent94a177537b3ce4436c61b10f8f2cf34c6d1280f5 (diff)
tweak BB_NUMBER_THREADS/PARALLEL_MAKE based on the number of processors online
Change-Id: I3140febf1e3754014e8e1a1c8d312e989425a2e1 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'init-and-build.sh')
-rwxr-xr-xinit-and-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/init-and-build.sh b/init-and-build.sh
index 4d10e26..41c72e1 100755
--- a/init-and-build.sh
+++ b/init-and-build.sh
@@ -4,6 +4,7 @@
release=13.06
arch=armv8
gcc=4.8
+numproc=`getconf _NPROCESSORS_ONLN`
external_url=
manifest_branch=${manifest_branch:-master}
manifest_repository=${manifest_repository:-git://git.linaro.org/openembedded/manifest.git}