summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2021-08-16 17:25:56 +0800
committerJia Zhang <zhang.jia@linux.alibaba.com>2021-08-16 20:39:40 +0800
commit438190a4718a6b044bbd3e39b399fc43ca5728d9 (patch)
treeb6aa469c4933de7e53078980d2109bd1a5993bcf
parent626750b8397c9765047309444e67f8f5737d1876 (diff)
downloadmeta-secure-core-438190a4718a6b044bbd3e39b399fc43ca5728d9.tar.gz
layer.conf: add back append to BB_HASHBASE_WHITELIST
Add back the append override, as the '+=' operator will make the default value of BB_HASHBASE_WHITELIST in oe-core not have any effect. Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
-rw-r--r--meta-integrity/conf/layer.conf2
-rw-r--r--meta-signing-key/conf/layer.conf2
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
27BB_HASHBASE_WHITELIST += "\ 27BB_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"
64BOOT_GPG_NAME ??= "SecureBootCore" 64BOOT_GPG_NAME ??= "SecureBootCore"
65BOOT_GPG_PASSPHRASE ??= "SecureCore" 65BOOT_GPG_PASSPHRASE ??= "SecureCore"
66 66
67BB_HASHBASE_WHITELIST += "\ 67BB_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 \