summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/conf/local.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 7b98a41f74..1b8ee64c98 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -42,6 +42,9 @@ PACKAGE_CLASSES = "package_ipk"
42# <build directory>/tmp 42# <build directory>/tmp
43TMPDIR = "${OEROOT}/build/tmp" 43TMPDIR = "${OEROOT}/build/tmp"
44 44
45# Uncomment and set to allow bitbake to execute multiple tasks at once.
46# BB_NUMBER_THREADS = "1"
47
45# Uncomment these two if you want BitBake to build images useful for debugging. 48# Uncomment these two if you want BitBake to build images useful for debugging.
46# DEBUG_BUILD = "1" 49# DEBUG_BUILD = "1"
47# INHIBIT_PACKAGE_STRIP = "1" 50# INHIBIT_PACKAGE_STRIP = "1"