1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-04-18 10:49:45 +00:00

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

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>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jan Kiszka
2026-03-02 19:08:10 +01:00
committed by Jon Mason
parent dcc34c19fe
commit 1eec18f88c

View File

@@ -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 \