summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-09-08 12:54:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-09 12:24:44 +0100
commitd1c2aa3d241bd17d68e8e38d9399cbb0a3f3b912 (patch)
tree0480df9d0dc551f9b1dbcc9be911640072eec7fd /meta/recipes-support/boost
parente3157da1408b4e6281fdf28825b79c266e93c05e (diff)
downloadopenembedded-core-d1c2aa3d241bd17d68e8e38d9399cbb0a3f3b912.tar.gz
oeqa/selftest/debuginfod: don't re-use the database
debuginfod writes the files it scans to a database in $HOME, which isn't ideal when the build trees that get scanned typically are deleted after the test has finished. This can result in debuginfod trying to return objects that no longer exist on disk: libc error: stat /home/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1032306/tmp/deploy/rpm/core2_64/elfutils-dbg-0.187-r0.core2_64.rpm: No such file or directory libc error: stat /home/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1113320/tmp/deploy/rpm/core2_64/elfutils-dbg-0.187-r0.core2_64.rpm: No such file or directory libc error: stat /home/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1113320/tmp/deploy/rpm/core2_64/elfutils-dbg-0.187-r0.core2_64.rpm: No such file or directory Solve this, and save writing a database on disk at all, by using the special database path :memory: which keeps the database in memory only, so state can't leak between tests. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost')
0 files changed, 0 insertions, 0 deletions