From 98014d1c1c8a66b67bd65f52783dc92e4a2a3d5e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 11 Dec 2020 13:28:22 +0000 Subject: [PATCH] arm/optee-test: add comment Upstream has potentially fixed the musl issues, so leave a comment to remind whoever does the upgrade. Change-Id: I24d9b23e492b29b6690c0843c3f2c950791f93e5 Signed-off-by: Ross Burton --- meta-arm/recipes-security/optee/optee-test.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm/recipes-security/optee/optee-test.inc b/meta-arm/recipes-security/optee/optee-test.inc index eb11a124..969d5e23 100644 --- a/meta-arm/recipes-security/optee/optee-test.inc +++ b/meta-arm/recipes-security/optee/optee-test.inc @@ -10,6 +10,7 @@ require optee.inc # Linking fails on musl due to C++/threads # https://github.com/OP-TEE/optee_test/issues/458#issuecomment-720540834 +# When upgraded we should be able to remove this limitation COMPATIBLE_HOST_libc-musl = 'null' DEPENDS = "optee-client optee-os python3-pycryptodomex-native"