summaryrefslogtreecommitdiffstats
path: root/meta-signing-key
diff options
context:
space:
mode:
authorGuojian Zhou <guojian.zhou@windriver.com>2017-06-23 13:15:07 +0800
committerLans Zhang <jia.zhang@windriver.com>2017-06-23 13:16:20 +0800
commite6c0acbede818abe9ab3ce7ba6f10a09268b2781 (patch)
tree443e93cd34f020835408d3d9c12de7b1091e3e74 /meta-signing-key
parent1b3e5944491c315ca99b832bc3afdb6a19d81430 (diff)
downloadmeta-secure-core-e6c0acbede818abe9ab3ce7ba6f10a09268b2781.tar.gz
Ignore the KEYS DIR in the do_package and do_sign task dependence
Signed-off-by: Guojian Zhou <guojian.zhou@windriver.com> Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
Diffstat (limited to 'meta-signing-key')
-rw-r--r--meta-signing-key/conf/layer.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-signing-key/conf/layer.conf b/meta-signing-key/conf/layer.conf
index ed83abd..c461fc0 100644
--- a/meta-signing-key/conf/layer.conf
+++ b/meta-signing-key/conf/layer.conf
@@ -38,3 +38,7 @@ UEFI_SIG_OWNER_GUID ??= "${VENDOR_UUID}"
38 38
39SAMPLE_RPM_KEYNAME ??= "SecureCoreSample" 39SAMPLE_RPM_KEYNAME ??= "SecureCoreSample"
40RPM_GPG_NAME ??= "${SAMPLE_RPM_KEYNAME}" 40RPM_GPG_NAME ??= "${SAMPLE_RPM_KEYNAME}"
41
42BB_HASHBASE_WHITELIST_append += " IMA_SIGNING_BLACKLIST IMA_KEYS_DIR \
43 RPM_KEYS_DIR UEFI_SB_KEYS_DIR EV_CERT \
44 MOK_SB_KEYS_DIR MSFT_DB_CERT MSFT_KEK_CERT"