From: Richard Purdie Date: Wed, 20 Nov 2024 17:53:43 +0000 (+0000) Subject: testimage: Handle /var/log being volatile X-Git-Tag: uninative-4.7~851 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06bb8069b023c6b71f3c7dd87a6c2bebc5820083;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git testimage: Handle /var/log being volatile When /var/log is volatile, capturing just the symlink isn't useful. Fix this. Signed-off-by: Richard Purdie --- diff --git a/meta/classes-recipe/testimage.bbclass b/meta/classes-recipe/testimage.bbclass index 5463170fa53..c218372edb5 100644 --- a/meta/classes-recipe/testimage.bbclass +++ b/meta/classes-recipe/testimage.bbclass @@ -24,6 +24,7 @@ TESTIMAGE_AUTO ??= "0" TESTIMAGE_FAILED_QA_ARTIFACTS = "\ ${localstatedir}/log \ + ${localstatedir}/volatile/log \ ${sysconfdir}/version \ ${sysconfdir}/os-release"