aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index cb2b367db5..35ec6e8d50 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -97,6 +97,12 @@ IMAGE_FSTYPES = "jffs2 tar"
# SELECTED_OPTIMIZATION = "${PROFILE_OPTIMIZATION}"
# LDFLAGS =+ "-pg"
+# Uncomment this to enable parallel make.
+# This allows make to spawn mutliple processes to take advantage of multiple
+# processors. Useful on SMP machines. This may break some packages - we're
+# in the process of marking these so let us know if you find any.
+# PARALLEL_MAKE = "-j 4"
+
# Uncomment this if you want BitBake to emit the log if a build fails.
BBINCLUDELOGS = "yes"