tpm2-tss: support native builds

systemd tool ukify
https://www.freedesktop.org/software/systemd/man/latest/ukify.html
depends on systemd-measure
https://www.freedesktop.org/software/systemd/man/latest/systemd-measure.html
which depends on tpm2-tss. So to support creating UKI
images containing both kernel and initramfs with systemd-native,
tpm2-tss support is needed for native too.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Reviewed-by: Erik Schilling <erik.schilling@linaro.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Mikko Rapeli
2023-12-21 09:57:27 +02:00
committed by Armin Kuster
parent e67e3d377e
commit 3767ca82cf

View File

@@ -93,3 +93,5 @@ FILES:${PN} = "\
${sysconfdir}/sysusers.d"
RDEPENDS:libtss2 = "libgcrypt"
BBCLASSEXTEND = "native"