meta-signing-key/conf/layer.conf: use weak assignment for RPM_GPG_NAME and RPM_GPG_PASSPHRASE

Use weak assignment for RPM_GPG_NAME and RPM_GPG_PASSPHRASE so these
values could be overridden in other conf files.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
Yi Zhao
2019-08-19 15:41:58 +08:00
parent 1be79730bf
commit 0ae8bf25f1

View File

@@ -47,8 +47,8 @@ VENDOR_UUID = "1f7b9654-2107-4697-8f1c-0cbc38874588"
UEFI_SIG_OWNER_GUID ??= "${VENDOR_UUID}"
SAMPLE_RPM_KEYNAME ??= "SecureCore"
RPM_GPG_NAME ?= "${SAMPLE_RPM_KEYNAME}"
RPM_GPG_PASSPHRASE ?= "SecureCore"
RPM_GPG_NAME ??= "${SAMPLE_RPM_KEYNAME}"
RPM_GPG_PASSPHRASE ??= "SecureCore"
BB_HASHBASE_WHITELIST_append += "\
SYSTEM_TRUSTED_KEYS_DIR \