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>
This commit is contained in:
Yi Zhao
2020-10-21 09:46:29 +08:00
committed by Jia Zhang
parent 8adff592ef
commit ca1c4bc784

View File

@@ -5,6 +5,7 @@ DEPENDS_append_class-target += "\
${@bb.utils.contains("DISTRO_FEATURES", "efi-secure-boot", "efitools-native gnupg-native", "", d)} \
"
PSEUDO_IGNORE_PATHS .= ",${GPG_PATH}"
USER_KEY_SHOW_VERBOSE = "1"
UEFI_SB = '${@bb.utils.contains("DISTRO_FEATURES", "efi-secure-boot", "1", "0", d)}'