summaryrefslogtreecommitdiffstats
authorDamien Lespiau <damien.lespiau@gmail.com>2009-01-07 03:04:27 (GMT)
committer Damien Lespiau <damien.lespiau@gmail.com>2009-01-07 03:04:27 (GMT)
commit76e3275575a87557b13a065d404af30501020f12 (patch) (side-by-side diff)
tree96ee93d10c53ac2224ccb390c63c4f2a2a221233
parente9fac4731bc20a2c82abe6187fdb5d7df18a4ff1 (diff)
downloadpoulpy-master.tar.gz
poulpy-master.tar.bz2
[fix] Don't ship with a 2 threadsHEADmaster
Signed-off-by: Damien Lespiau <damien.lespiau@gmail.com>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--poulpy/conf/local.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/poulpy/conf/local.conf b/poulpy/conf/local.conf
index fa8e247..b865908 100644
--- a/poulpy/conf/local.conf
+++ b/poulpy/conf/local.conf
@@ -153,7 +153,7 @@ IMAGE_FSTYPES = "jffs2 tar"
# Uncomment this to tell how many threads bitbake can launch.
# As PARALLEL_MAKE, this will speed up the build on SMP machines but will not
# break builds !
-BB_NUMBER_THREADS = 2
+# BB_NUMBER_THREADS = 2
# Uncomment this if you want BitBake to emit the log if a build fails.
BBINCLUDELOGS = "yes"