summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/dm-verity-img.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/dm-verity-img.bbclass b/classes/dm-verity-img.bbclass
index 9a3a97e..296020a 100644
--- a/classes/dm-verity-img.bbclass
+++ b/classes/dm-verity-img.bbclass
@@ -63,8 +63,8 @@ DEPENDS += "bc-native"
63# convert it to some better format. Let's drop the first line (doesn't contain 63# convert it to some better format. Let's drop the first line (doesn't contain
64# any useful info) and feed the rest to a script. 64# any useful info) and feed the rest to a script.
65process_verity() { 65process_verity() {
66 local ENV="${STAGING_VERITY_DIR}/${IMAGE_BASENAME}.$TYPE.verity.env" 66 local ENV="${STAGING_VERITY_DIR}/${DM_VERITY_IMAGE}.$TYPE.verity.env"
67 local WKS_INC="${STAGING_VERITY_DIR}/${IMAGE_BASENAME}.$TYPE.wks.in" 67 local WKS_INC="${STAGING_VERITY_DIR}/${DM_VERITY_IMAGE}.$TYPE.wks.in"
68 rm -f $ENV 68 rm -f $ENV
69 69
70 # Each line contains a key and a value string delimited by ':'. Read the 70 # Each line contains a key and a value string delimited by ':'. Read the