rust.inc: run bootstrap.py in parallel

Allow bootstrap.py to use as many cores as bitbake normally uses
This commit is contained in:
Steven Walter
2020-05-11 21:50:36 -04:00
parent c023edd985
commit 40a6bd8a8d
+1 -1
View File
@@ -463,7 +463,7 @@ rust_runx () {
oe_cargo_fix_env
python3 src/bootstrap/bootstrap.py "$@" --verbose
python3 src/bootstrap/bootstrap.py -j ${BB_NUMBER_THREADS} "$@" --verbose
}
do_compile () {