aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-devtools/llvm/llvm_%.bbappend
blob: b9af2c560d011e57b67d04a33da3886cd086d39f (plain)
1
2
3
4
5
6
# ---------------------------------------------------------------------------------------------------------------------
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------------------------------------------------

# If build system has 8 or less CPU cores, build only 8 jobs in parallel
PARALLEL_MAKE:mel = "-j ${@'8' if oe.utils.cpu_count() <= 8 else oe.utils.cpu_count() * 2}"