From 755d6f51d10293a03d850db927052df35f42e23c Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 15 Aug 2012 18:11:34 +0200 Subject: L4T R15, oe-core Image V2.0Beta1 --- buildconf/bblayers.conf | 2 +- buildconf/local.conf | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'buildconf') 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 # -- cgit v1.2.3