• Adam Wujek's avatar
    build/scripts/wrs_build_buildroot: fix parallel build for make <= 3.81 · b4b62a09
    Adam Wujek authored
    make 3.82 splits the work differently. When using buildroot with
    the make > 3.81 buildroot uses BR2_JLEVEL= (preferably 0 for automatic number
    of jobs setting).
    For make =< 3.81 BR2_JLEVEL= is ignored and build is done using only one job.
    Passing -j allows to build with many jobs, but many warning messages are
    printed:
    make[2]: warning: -jN forced in submake: disabling jobserver mode.
    
    Use BR_JLEVEL=0, this allows buildroot to pick automatically number of jobs.
    Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
    b4b62a09
Name
Last commit
Last update
..
wrs_build_at91boot Loading commit data...
wrs_build_barebox Loading commit data...
wrs_build_buildroot Loading commit data...
wrs_build_gateware Loading commit data...
wrs_build_kernel Loading commit data...
wrs_build_modules Loading commit data...
wrs_build_ptp Loading commit data...
wrs_build_userspace Loading commit data...
wrs_build_wraprootfs Loading commit data...
wrs_download Loading commit data...
wrs_functions Loading commit data...