mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-04-20 09:58:31 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user