diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-20 17:53:43 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-21 12:16:28 +0000 |
| commit | b2c6afd12a4823c6575d1c5793d653ead0b8a13a (patch) | |
| tree | eec9043f23b53911cdb949a8f1ca7b7fe9820f10 | |
| parent | 5f2d077c3ea17d372ef5b6db27b5b43b9cd0b682 (diff) | |
| download | poky-b2c6afd12a4823c6575d1c5793d653ead0b8a13a.tar.gz | |
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>
| -rw-r--r-- | meta/classes-recipe/testimage.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes-recipe/testimage.bbclass b/meta/classes-recipe/testimage.bbclass index 5463170fa5..c218372edb 100644 --- a/meta/classes-recipe/testimage.bbclass +++ b/meta/classes-recipe/testimage.bbclass | |||
| @@ -24,6 +24,7 @@ TESTIMAGE_AUTO ??= "0" | |||
| 24 | 24 | ||
| 25 | TESTIMAGE_FAILED_QA_ARTIFACTS = "\ | 25 | TESTIMAGE_FAILED_QA_ARTIFACTS = "\ |
| 26 | ${localstatedir}/log \ | 26 | ${localstatedir}/log \ |
| 27 | ${localstatedir}/volatile/log \ | ||
| 27 | ${sysconfdir}/version \ | 28 | ${sysconfdir}/version \ |
| 28 | ${sysconfdir}/os-release" | 29 | ${sysconfdir}/os-release" |
| 29 | 30 | ||
