mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
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:
@@ -24,7 +24,7 @@ LAYERRECOMMENDS_integrity = "\
|
||||
tpm \
|
||||
"
|
||||
|
||||
BB_HASHBASE_WHITELIST += "\
|
||||
BB_HASHBASE_WHITELIST:append += "\
|
||||
RPM_FSK_PATH \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user