1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

testimage: Handle /var/log being volatile

When /var/log is volatile, capturing just the symlink isn't useful. Fix this.

(From OE-Core rev: 06bb8069b023c6b71f3c7dd87a6c2bebc5820083)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2024-11-20 17:53:43 +00:00
parent 5f2d077c3e
commit b2c6afd12a
+1
View File
@@ -24,6 +24,7 @@ TESTIMAGE_AUTO ??= "0"
TESTIMAGE_FAILED_QA_ARTIFACTS = "\
${localstatedir}/log \
${localstatedir}/volatile/log \
${sysconfdir}/version \
${sysconfdir}/os-release"