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 | |
parent | 600fc07667fa1f8df560fd7f7de563b31600f145 (diff) |
L4T R15, oe-core Image V2.0Beta1
Diffstat (limited to 'buildconf')
-rw-r--r-- | buildconf/bblayers.conf | 2 | ||||
-rw-r--r-- | buildconf/local.conf | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/buildconf/bblayers.conf b/buildconf/bblayers.conf index 6909a3e..60329ee 100644 --- a/buildconf/bblayers.conf +++ b/buildconf/bblayers.conf @@ -24,7 +24,7 @@ BSPLAYERS ?= " \ BBLAYERS ?= " \ ${TOPDIR}/../stuff/meta-angstrom \ - ${BASELAYERS}\ ${BSPLAYERS} \ + ${BASELAYERS}\ ${TOPDIR}/../stuff/openembedded-core/meta \ " 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 # |