Skip to content
Open
4 changes: 4 additions & 0 deletions build/conf/local.conf-dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CONF_VERSION = "1"

# Enable parallel builds on multi-core machines
BB_NUMBER_THREADS ?= "4"
PARALLEL_MAKE ?= "-j 4"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These were removed in c6b7942 since bitbake sets a default.


# 1) Basic config
#
## TODO: DISTRO should be in auto.conf
Expand Down