diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2020-10-21 09:46:29 +0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2020-12-09 09:16:54 +0800 |
commit | ca1c4bc78425516fbf7a2359e8a64296c42a8cda (patch) | |
tree | d77ab3e27b3de09301daa5353c491afe81d90ba8 | |
parent | 8adff592ef39d2a07b8a22ab46245f52fa945eaa (diff) | |
download | meta-secure-core-ca1c4bc78425516fbf7a2359e8a64296c42a8cda.tar.gz |
user-key-store.bbclass: exclude ${GPG_PATH} from pseudo database
Adapt to recent psuedo changes.
Fixes:
ERROR: grub-efi-2.04-r0 do_sign: Failed to import gpg key
gpg: key 9E3086F96EEECC34/9E3086F96EEECC34: error sending to agent: End of file
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
-rw-r--r-- | meta-signing-key/classes/user-key-store.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-signing-key/classes/user-key-store.bbclass b/meta-signing-key/classes/user-key-store.bbclass index 5bc650f..a939da5 100644 --- a/meta-signing-key/classes/user-key-store.bbclass +++ b/meta-signing-key/classes/user-key-store.bbclass | |||
@@ -5,6 +5,7 @@ DEPENDS_append_class-target += "\ | |||
5 | ${@bb.utils.contains("DISTRO_FEATURES", "efi-secure-boot", "efitools-native gnupg-native", "", d)} \ | 5 | ${@bb.utils.contains("DISTRO_FEATURES", "efi-secure-boot", "efitools-native gnupg-native", "", d)} \ |
6 | " | 6 | " |
7 | 7 | ||
8 | PSEUDO_IGNORE_PATHS .= ",${GPG_PATH}" | ||
8 | USER_KEY_SHOW_VERBOSE = "1" | 9 | USER_KEY_SHOW_VERBOSE = "1" |
9 | 10 | ||
10 | UEFI_SB = '${@bb.utils.contains("DISTRO_FEATURES", "efi-secure-boot", "1", "0", d)}' | 11 | UEFI_SB = '${@bb.utils.contains("DISTRO_FEATURES", "efi-secure-boot", "1", "0", d)}' |