[PATCH] optee-client: Make include reusable outside of meta-arm

Jan Kiszka <[email protected]> Mon, 2 Mar 2026 19:08:10 +0100
Newsgroups org.yoctoproject.lists.meta-arm
Message-ID <[email protected]>
From: Jan Kiszka <[email protected]>

Set FILESEXTRAPATHS so that artifacts that meta-arm injects can still be
found when using the include from a different layer.

Signed-off-by: Jan Kiszka <[email protected]>
---
 meta-arm/recipes-security/optee/optee-client.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arm/recipes-security/optee/optee-client.inc b/meta-arm/recipes-security/optee/optee-client.inc
index 4d3d83da..343d573a 100644
--- a/meta-arm/recipes-security/optee/optee-client.inc
+++ b/meta-arm/recipes-security/optee/optee-client.inc
@@ -10,6 +10,7 @@ inherit systemd update-rc.d cmake useradd pkgconfig
 DEPENDS += "util-linux"
 EXTRA_OEMAKE += "PKG_CONFIG=pkg-config"
 
+FILESEXTRAPATHS:prepend := "${THISDIR}/optee-client:"
 SRC_URI = " \
     git://github.com/OP-TEE/optee_client.git;branch=master;protocol=https \
     file://tee-supplicant.sh \
-- 
2.47.3