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

Signed-off-by: Richard Purdie <[email protected]>
---
 meta/classes-recipe/testimage.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes-recipe/testimage.bbclass 
b/meta/classes-recipe/testimage.bbclass
index 055002d3fdc..e6e9e5345ac 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"
 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#207468): 
https://lists.openembedded.org/g/openembedded-core/message/207468
Mute This Topic: https://lists.openembedded.org/mt/109689239/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to