From b22814dc2a6f76511bbf596107728e7d1506fe72 Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Fri, 20 Dec 2024 16:04:34 +0200 Subject: [PATCH] u-boot: enable TPM support via "tpm2" in MACHINE_FEATURES "tpm2" is used elsewhere in distro and machine featues to enable TPM device support. Signed-off-by: Mikko Rapeli Signed-off-by: Armin Kuster --- meta-tpm/recipes-bsp/u-boot/u-boot_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-tpm/recipes-bsp/u-boot/u-boot_%.bbappend b/meta-tpm/recipes-bsp/u-boot/u-boot_%.bbappend index c5d2923..d1d61f8 100644 --- a/meta-tpm/recipes-bsp/u-boot/u-boot_%.bbappend +++ b/meta-tpm/recipes-bsp/u-boot/u-boot_%.bbappend @@ -1,3 +1,3 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -SRC_URI += "${@bb.utils.contains("MACHINE_FEATURES", "measured-boot", "file://measured-boot.cfg", "", d)}" \ No newline at end of file +SRC_URI += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "file://measured-boot.cfg", "", d)}"