]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
reproducible: Fix race with externalsrc/devtool over lockfile
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Jan 2024 15:22:38 +0000 (15:22 +0000)
committerSteve Sakoman <steve@sakoman.com>
Wed, 14 Feb 2024 17:09:08 +0000 (07:09 -1000)
commit6bb824019fd7335a10fdcebf7d301c101d60ad61
tree4d7eb8a4c197a3ceaae10ccaaca057f01151db79
parent2e206eb9b43c267e939ccb3cdfa62d9666ff5efa
reproducible: Fix race with externalsrc/devtool over lockfile

We occasionally see races over the lockfile used by externalsrc/devtool
when walking files for the source_date_epock calculation. Skip this file
if present to avoid the issues and fix a real issue where SDE could be
contaminated too.

[YOCTO #14921]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4bc0eb4bd90e6e6e46581a8ed367212bdd910a26)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oe/reproducible.py