summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatei Valeanu <Matei.Valeanu@enea.com>2021-07-08 20:19:49 +0200
committerMatei Valeanu <Matei.Valeanu@enea.com>2021-07-08 20:28:53 +0200
commita56dcb5ce1ec5ea3c9f35c5a902efc03f7bb8118 (patch)
tree1ec89e8a5bf697e018826ba30ebc79a225680c81
parent42cf32a044657fd1d1db8eb9d8f57c019cea47c6 (diff)
downloadmeta-el-nfv-access-feature_CPDX-3405.tar.gz
Exclude some variables from signaturesfeature_CPDX-3405
SAMPLE_UEFI_SB_KEYS_DIR and SAMPLE_BOOT_KEYS_DIR are defined in meta-secure-core/meta-signing-key/conf/layer.conf using ${LAYERDIR}, which changes at each automatic build. efitools and grub-efi recipes reference the 2 variables. The variables values change at each build, and this causes efitools and grub-efi to rebuild. To avoid the rebuild, exclude the 2 variables from task signatures. Change-Id: Ib3c51c14fa1e516b64e16adbee09ab28f2f818a7 Signed-off-by: Matei Valeanu <Matei.Valeanu@enea.com>
-rw-r--r--conf/distro/eneanfvaccess.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/eneanfvaccess.conf b/conf/distro/eneanfvaccess.conf
index 070bbb8..608c103 100644
--- a/conf/distro/eneanfvaccess.conf
+++ b/conf/distro/eneanfvaccess.conf
@@ -23,3 +23,8 @@ EFI_PREFIX_df-efi-secure-boot = "/boot/efi"
23SBFOLDER = "bootloader" 23SBFOLDER = "bootloader"
24 24
25HOSTTOOLS_append = " scp" 25HOSTTOOLS_append = " scp"
26
27BB_HASHBASE_WHITELIST_append += "\
28 SAMPLE_UEFI_SB_KEYS_DIR \
29 SAMPLE_BOOT_KEYS_DIR \
30"