summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/image_types_phosphor.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/classes/image_types_phosphor.bbclass')
-rw-r--r--meta-phosphor/classes/image_types_phosphor.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/classes/image_types_phosphor.bbclass b/meta-phosphor/classes/image_types_phosphor.bbclass
index 1ec8706cb..c347fdba3 100644
--- a/meta-phosphor/classes/image_types_phosphor.bbclass
+++ b/meta-phosphor/classes/image_types_phosphor.bbclass
@@ -338,7 +338,6 @@ make_signatures() {
cat $sort_signature_files > image-full
openssl dgst -sha256 -sign ${SIGNING_KEY} -out image-full.sig image-full
signature_files="${signature_files} image-full.sig"
- rm -rf image-full
fi
}