diff options
author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2024-12-20 16:04:34 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-12-27 11:28:23 -0500 |
commit | b22814dc2a6f76511bbf596107728e7d1506fe72 (patch) | |
tree | 8b9774cc6271df18483141ac6d92f75ff192b4e7 | |
parent | 3555941adde1b3dd0b0aedf099f91e74570fbfb7 (diff) | |
download | meta-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_%.bbappend | 2 |
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 @@ | |||
1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | SRC_URI += "${@bb.utils.contains("MACHINE_FEATURES", "measured-boot", "file://measured-boot.cfg", "", d)}" \ No newline at end of file | 3 | SRC_URI += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "file://measured-boot.cfg", "", d)}" |