diff mbox series

optee-client: Make include reusable outside of meta-arm

Message ID a6ff3448-9e34-46f7-be2b-8d25d6fa3dbf@siemens.com
State New
Headers show
Series optee-client: Make include reusable outside of meta-arm | expand

Commit Message

Jan Kiszka March 2, 2026, 6:08 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

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 <jan.kiszka@siemens.com>
---
 meta-arm/recipes-security/optee/optee-client.inc | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 \