diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2012-08-15 18:11:34 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2012-08-15 18:11:34 +0200 |
commit | 755d6f51d10293a03d850db927052df35f42e23c (patch) | |
tree | 727022a33a4af5720c858028683262b64a0c5731 /buildconf/local.conf | |
parent | 600fc07667fa1f8df560fd7f7de563b31600f145 (diff) |
L4T R15, oe-core Image V2.0Beta1
Diffstat (limited to 'buildconf/local.conf')
-rw-r--r-- | buildconf/local.conf | 7 |
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 # |