aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/swupd-image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/swupd-image.bbclass b/classes/swupd-image.bbclass
index 9272626..3c5fb5d 100644
--- a/classes/swupd-image.bbclass
+++ b/classes/swupd-image.bbclass
@@ -81,7 +81,7 @@ python () {
# Because real image building via SWUPD_IMAGES can happen also after
# the initial "bitbake <core image>" invocation, we have to keep that
# pseudo database around and cannot delete it.
- pseudo_state = d.expand('${TMPDIR}/work-shared/${PN_BASE}/pseudo')
+ pseudo_state = d.expand('${TMPDIR}/work-shared/${IMAGE_BASENAME}/pseudo')
d.setVar('PSEUDO_LOCALSTATEDIR', pseudo_state)
# Non mega virtual images must depend on the mega image having been