OpenXT / openxt

Base OpenXT build scripts
48 stars 39 forks source link

[build scripts] add -j command option to specify build concurrency #192

Closed dozylynx closed 8 years ago

dozylynx commented 8 years ago

Argument is only used in the OE build in this initial version.

Configures BB_NUMBER_THREADS and PARALLEL_MAKE variables. Supports adjusting the value when continuing an existing build.

Signed-off-by: Christopher Clark christopher.clark6@baesystems.com

jean-edouard commented 8 years ago

LGTM, merging soon.