mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-05-06 17:58:24 +00:00
Merge pull request #112 from yizhao1/fix2
meta-signing-key/conf/layer.conf: use weak assignment for RPM_GPG_NAM…
This commit is contained in:
@@ -47,8 +47,8 @@ VENDOR_UUID = "1f7b9654-2107-4697-8f1c-0cbc38874588"
|
|||||||
UEFI_SIG_OWNER_GUID ??= "${VENDOR_UUID}"
|
UEFI_SIG_OWNER_GUID ??= "${VENDOR_UUID}"
|
||||||
|
|
||||||
SAMPLE_RPM_KEYNAME ??= "SecureCore"
|
SAMPLE_RPM_KEYNAME ??= "SecureCore"
|
||||||
RPM_GPG_NAME ?= "${SAMPLE_RPM_KEYNAME}"
|
RPM_GPG_NAME ??= "${SAMPLE_RPM_KEYNAME}"
|
||||||
RPM_GPG_PASSPHRASE ?= "SecureCore"
|
RPM_GPG_PASSPHRASE ??= "SecureCore"
|
||||||
|
|
||||||
BB_HASHBASE_WHITELIST_append += "\
|
BB_HASHBASE_WHITELIST_append += "\
|
||||||
SYSTEM_TRUSTED_KEYS_DIR \
|
SYSTEM_TRUSTED_KEYS_DIR \
|
||||||
|
|||||||
Reference in New Issue
Block a user