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(+)

Comments

Jon Mason March 5, 2026, 1:55 p.m. UTC | #1
On Mon, 02 Mar 2026 19:08:10 +0100, Jan Kiszka wrote:
> Set FILESEXTRAPATHS so that artifacts that meta-arm injects can still be
> found when using the include from a different layer.
> 
> 

Applied, thanks!

[1/1] optee-client: Make include reusable outside of meta-arm
      commit: 1eec18f88c9d6ff47641cb29a512fed1f513ddbc

Best regards,
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 \