diff options
-rw-r--r-- | meta-integrity/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-signing-key/conf/layer.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index 0a1deb8..8be64f6 100644 --- a/meta-integrity/conf/layer.conf +++ b/meta-integrity/conf/layer.conf | |||
@@ -24,7 +24,7 @@ LAYERRECOMMENDS_integrity = "\ | |||
24 | tpm \ | 24 | tpm \ |
25 | " | 25 | " |
26 | 26 | ||
27 | BB_HASHBASE_WHITELIST += "\ | 27 | BB_HASHBASE_WHITELIST:append += "\ |
28 | RPM_FSK_PATH \ | 28 | RPM_FSK_PATH \ |
29 | " | 29 | " |
30 | 30 | ||
diff --git a/meta-signing-key/conf/layer.conf b/meta-signing-key/conf/layer.conf index 637fee3..77507b2 100644 --- a/meta-signing-key/conf/layer.conf +++ b/meta-signing-key/conf/layer.conf | |||
@@ -64,7 +64,7 @@ RPM_GPG_PASSPHRASE ??= "SecureCore" | |||
64 | BOOT_GPG_NAME ??= "SecureBootCore" | 64 | BOOT_GPG_NAME ??= "SecureBootCore" |
65 | BOOT_GPG_PASSPHRASE ??= "SecureCore" | 65 | BOOT_GPG_PASSPHRASE ??= "SecureCore" |
66 | 66 | ||
67 | BB_HASHBASE_WHITELIST += "\ | 67 | BB_HASHBASE_WHITELIST:append += "\ |
68 | SYSTEM_TRUSTED_KEYS_DIR \ | 68 | SYSTEM_TRUSTED_KEYS_DIR \ |
69 | SECONDARY_TRUSTED_KEYS_DIR \ | 69 | SECONDARY_TRUSTED_KEYS_DIR \ |
70 | MODSIGN_KEYS_DIR \ | 70 | MODSIGN_KEYS_DIR \ |