mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
systemd-boot: enable TPM support via "tpm2" in DISTRO_FEATURES
systemd-boot will then measure boot components to TPM device. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
6eb3098e57
commit
a4f343b686
7
meta-tpm/recipes-core/systemd/systemd-boot_%.bbappend
Normal file
7
meta-tpm/recipes-core/systemd/systemd-boot_%.bbappend
Normal file
@@ -0,0 +1,7 @@
|
||||
DEPENDS += "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', 'tpm2-tss libtss2 libtss2-tcti-device', '', d)} \
|
||||
"
|
||||
|
||||
EXTRA_OEMESON:append= "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', '-Dtpm2=true', '', d)} \
|
||||
"
|
||||
Reference in New Issue
Block a user