summaryrefslogtreecommitdiff
path: root/buildconf/local.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildconf/local.conf')
-rw-r--r--buildconf/local.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index 50f6da5..91b7ccb 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -17,12 +17,12 @@
# These two options control how much parallelism BitBake should use. The first
# option determines how many tasks bitbake should run in parallel:
#
-BB_NUMBER_THREADS = "2"
+BB_NUMBER_THREADS = "4"
#
# The second option controls how many processes make should run in parallel when
# running compile tasks:
#
-PARALLEL_MAKE = "-j 2"
+PARALLEL_MAKE = "-j 4"
#
# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
# be appropriate for example.
@@ -82,9 +82,8 @@ MACHINE ?= "colibri-t20"
#
# The default is a tmp directory under TOPDIR.
#
+#TMPDIR = "/mnt/sdb1/tegradev/oe-core/build/out"
TMPDIR = "${TOPDIR}/out"
-
-
#
# Package Management configuration
#