mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-01-12 01:00:15 +00:00
Revert "user-key-store.bbclass: Kill gpg agent daemon after gpg sign"
This reverts commit fc8969af8a.
In parallel build this will led sign error because the gpg-agent
in using maybe killed in another task.
Signed-off-by: Liwei Song <liwei.song@windriver.com>
This commit is contained in:
@@ -540,10 +540,6 @@ def boot_sign(input, d):
|
||||
status, output = oe.utils.getstatusoutput(cmd)
|
||||
if status:
|
||||
bb.fatal('Failed to sign: %s' % (input))
|
||||
gpg_conf = bb.utils.which(os.getenv('PATH'), 'gpgconf')
|
||||
cmd = 'GNUPGHOME=%s %s --kill gpg-agent' % \
|
||||
(gpg_path, gpg_conf)
|
||||
status, output = oe.utils.getstatusoutput(cmd)
|
||||
|
||||
def uks_boot_sign(input, d):
|
||||
boot_sign(input, d)
|
||||
|
||||
Reference in New Issue
Block a user