Skip to content

Commit

Permalink
Use automatic defaults for BB_NUMBER_THREADS and PARALLEL_MAKE
Browse files Browse the repository at this point in the history
Since poky commit ecb9813 there is automatic detection of the number of cores
so it's better to use that mechanism instead of forcing 4 as default, which
might not be appropriate for machines with a lot of cores.

Signed-off-by: Diego Rondini <[email protected]>
  • Loading branch information
diegorondini committed Jun 28, 2017
1 parent 2927dca commit 18e2ce0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup-environment
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ LICENSE_FLAGS_WHITELIST = "commercial"
DL_DIR ?= '/opt/freescale/yocto/imx/'
SSTATE_DIR ?= '/opt/freescale/yocto/sstate-cache'
BB_NUMBER_THREADS = '4'
PARALLEL_MAKE = '-j 4'
# Remove broken qtbase bbappends, missing compiler flags, meta-boundary fixes this
BBMASK += "/meta-freescale/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase*"
EOF
Expand Down

0 comments on commit 18e2ce0

Please sign in to comment.