From 53bfba8c5b7e28287235345af3d403f91ff0db11 Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Tue, 11 Mar 2025 12:29:34 +0200 Subject: [PATCH] optee-ftpm: support genericarm64 genericarm64 machines may have firmware with optee support and thus also optee-ftpm may be compiled and used there. tee-supplicant will load TAs at runtime if support is detected. Signed-off-by: Mikko Rapeli Signed-off-by: Jon Mason --- meta-arm/recipes-security/optee-ftpm/optee-ftpm_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm/recipes-security/optee-ftpm/optee-ftpm_git.bb b/meta-arm/recipes-security/optee-ftpm/optee-ftpm_git.bb index 9546215a..de68d91c 100644 --- a/meta-arm/recipes-security/optee-ftpm/optee-ftpm_git.bb +++ b/meta-arm/recipes-security/optee-ftpm/optee-ftpm_git.bb @@ -3,6 +3,7 @@ DESCRIPTION = "TCG reference implementation of the TPM 2.0 Specification." HOMEPAGE = "https://github.com/microsoft/ms-tpm-20-ref/" COMPATIBLE_MACHINE ?= "invalid" +COMPATIBLE_MACHINE:genericarm64 = "genericarm64" COMPATIBLE_MACHINE:qemuarm64 = "qemuarm64" COMPATIBLE_MACHINE:qemuarm64-secureboot = "qemuarm64" COMPATIBLE_MACHINE:qemuarm-secureboot = "qemuarm"