Merge pull request #277 from shr-project/jansa/parallel

rust: use PARALLEL_MAKE instead of BB_NUMBER_THREADS
This commit is contained in:
Steven Walter
2020-05-28 13:56:20 -04:00
committed by GitHub

View File

@@ -463,9 +463,9 @@ rust_runx () {
oe_cargo_fix_env
python3 src/bootstrap/bootstrap.py -j ${BB_NUMBER_THREADS} "$@" --verbose
python3 src/bootstrap/bootstrap.py ${@oe.utils.parallel_make_argument(d, '-j %d')} "$@" --verbose
}
rust_runx[vardepsexclude] += "BB_NUMBER_THREADS"
rust_runx[vardepsexclude] += "PARALLEL_MAKE"
do_compile () {
rust_runx build