diff options
-rw-r--r-- | meta-signing-key/classes/user-key-store.bbclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-signing-key/classes/user-key-store.bbclass b/meta-signing-key/classes/user-key-store.bbclass index e41cdf3..f89a810 100644 --- a/meta-signing-key/classes/user-key-store.bbclass +++ b/meta-signing-key/classes/user-key-store.bbclass | |||
@@ -540,10 +540,6 @@ def boot_sign(input, d): | |||
540 | status, output = oe.utils.getstatusoutput(cmd) | 540 | status, output = oe.utils.getstatusoutput(cmd) |
541 | if status: | 541 | if status: |
542 | bb.fatal('Failed to sign: %s' % (input)) | 542 | bb.fatal('Failed to sign: %s' % (input)) |
543 | gpg_conf = bb.utils.which(os.getenv('PATH'), 'gpgconf') | ||
544 | cmd = 'GNUPGHOME=%s %s --kill gpg-agent' % \ | ||
545 | (gpg_path, gpg_conf) | ||
546 | status, output = oe.utils.getstatusoutput(cmd) | ||
547 | 543 | ||
548 | def uks_boot_sign(input, d): | 544 | def uks_boot_sign(input, d): |
549 | boot_sign(input, d) | 545 | boot_sign(input, d) |