Skip to content

add lockfiles to prevent race conditions

Alberto Pianon requested to merge ap/lock into main

It may happen that some tasks (like do_write_config added by meson.bbclass), that write files to WORKDIR, are executed before or even in parallel with do_unpack, randomly leading to inconsistencies, so that bbtracer json output may be randomly wrong (and non-deterministic, too) . We need to use lockfiles to prevent that

Merge request reports