From 40a6bd8a8d943eff495c7fdeb0bf8452891f6f99 Mon Sep 17 00:00:00 2001 From: Steven Walter Date: Mon, 11 May 2020 21:50:36 -0400 Subject: [PATCH] rust.inc: run bootstrap.py in parallel Allow bootstrap.py to use as many cores as bitbake normally uses --- recipes-devtools/rust/rust.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/rust/rust.inc b/recipes-devtools/rust/rust.inc index cdcc983..16de3ba 100644 --- a/recipes-devtools/rust/rust.inc +++ b/recipes-devtools/rust/rust.inc @@ -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 () {