Skip to content

Commit

Permalink
grub-efi: drop DISTRO_FEATURES tpm
Browse files Browse the repository at this point in the history
The meta-tpm layer has been removed.

Signed-off-by: Yi Zhao <[email protected]>
  • Loading branch information
yizhao1 committed Apr 17, 2024
1 parent c5bcf00 commit 140af74
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ GRUB_SIGNING_MODULES += "${@'pgp gcry_rsa gcry_sha256 gcry_sha512 --pubkey %s '

GRUB_SELOADER_MODULES += "${@'mok2verify ' if d.getVar('UEFI_SELOADER') == '1' else ''}"

GRUB_TPM_MODULES += "${@bb.utils.contains('DISTRO_FEATURES', 'tpm' , 'tpm', '', d)}"
GRUB_TPM_MODULES += "${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', 'tpm', '', d)}"

GRUB_SECURE_BUILDIN ??= ""
Expand Down

0 comments on commit 140af74

Please sign in to comment.