summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@linaro.org>2024-12-20 16:04:34 +0200
committerArmin Kuster <akuster808@gmail.com>2024-12-27 11:28:23 -0500
commitb22814dc2a6f76511bbf596107728e7d1506fe72 (patch)
tree8b9774cc6271df18483141ac6d92f75ff192b4e7
parent3555941adde1b3dd0b0aedf099f91e74570fbfb7 (diff)
downloadmeta-security-b22814dc2a6f76511bbf596107728e7d1506fe72.tar.gz
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 <mikko.rapeli@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-bsp/u-boot/u-boot_%.bbappend2
1 files changed, 1 insertions, 1 deletions
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 @@
1FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
2 2
3SRC_URI += "${@bb.utils.contains("MACHINE_FEATURES", "measured-boot", "file://measured-boot.cfg", "", d)}" \ No newline at end of file 3SRC_URI += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "file://measured-boot.cfg", "", d)}"