From a56dcb5ce1ec5ea3c9f35c5a902efc03f7bb8118 Mon Sep 17 00:00:00 2001 From: Matei Valeanu Date: Thu, 8 Jul 2021 20:19:49 +0200 Subject: Exclude some variables from signatures 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 --- conf/distro/eneanfvaccess.conf | 5 +++++ 1 file changed, 5 insertions(+) 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" SBFOLDER = "bootloader" HOSTTOOLS_append = " scp" + +BB_HASHBASE_WHITELIST_append += "\ + SAMPLE_UEFI_SB_KEYS_DIR \ + SAMPLE_BOOT_KEYS_DIR \ +" -- cgit v1.2.3-54-g00ecf