[2/2] optee-spdevkit: Disable for 32bit arm

Message ID 20220513154258.560854-2-raj.khem@gmail.com
State New
Headers show
Series [1/2] optee-spdevkit: Apply the sysroot patches | expand

Commit Message

Khem Raj May 13, 2022, 3:42 p.m. UTC
FFA secure partitions aren't supported on 32-bit Arm currently

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-arm/recipes-security/optee/optee-spdevkit_git.bb | 2 ++
 1 file changed, 2 insertions(+)

Patch

diff --git a/meta-arm/recipes-security/optee/optee-spdevkit_git.bb b/meta-arm/recipes-security/optee/optee-spdevkit_git.bb
index 931eb64..def2d8d 100644
--- a/meta-arm/recipes-security/optee/optee-spdevkit_git.bb
+++ b/meta-arm/recipes-security/optee/optee-spdevkit_git.bb
@@ -297,5 +297,7 @@  EOF
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
+COMPATIBLE_HOST = "aarch64.*-linux"
+
 # optee-spdevkit static library is part of optee-os image. No need to package this library in a staticdev package
 INSANE_SKIP:${PN}-dev = "staticdev"