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>
This commit is contained in:
Chen Qi
2021-08-16 17:25:56 +08:00
committed by Jia Zhang
parent 626750b839
commit 438190a471
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ LAYERRECOMMENDS_integrity = "\
tpm \ tpm \
" "
BB_HASHBASE_WHITELIST += "\ BB_HASHBASE_WHITELIST:append += "\
RPM_FSK_PATH \ RPM_FSK_PATH \
" "
+1 -1
View File
@@ -64,7 +64,7 @@ RPM_GPG_PASSPHRASE ??= "SecureCore"
BOOT_GPG_NAME ??= "SecureBootCore" BOOT_GPG_NAME ??= "SecureBootCore"
BOOT_GPG_PASSPHRASE ??= "SecureCore" BOOT_GPG_PASSPHRASE ??= "SecureCore"
BB_HASHBASE_WHITELIST += "\ BB_HASHBASE_WHITELIST:append += "\
SYSTEM_TRUSTED_KEYS_DIR \ SYSTEM_TRUSTED_KEYS_DIR \
SECONDARY_TRUSTED_KEYS_DIR \ SECONDARY_TRUSTED_KEYS_DIR \
MODSIGN_KEYS_DIR \ MODSIGN_KEYS_DIR \