mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-03 01:40:20 +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:
@@ -10,6 +10,7 @@ inherit systemd update-rc.d cmake useradd pkgconfig
|
|||||||
DEPENDS += "util-linux"
|
DEPENDS += "util-linux"
|
||||||
EXTRA_OEMAKE += "PKG_CONFIG=pkg-config"
|
EXTRA_OEMAKE += "PKG_CONFIG=pkg-config"
|
||||||
|
|
||||||
|
FILESEXTRAPATHS:prepend := "${THISDIR}/optee-client:"
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/OP-TEE/optee_client.git;branch=master;protocol=https \
|
git://github.com/OP-TEE/optee_client.git;branch=master;protocol=https \
|
||||||
file://tee-supplicant.sh \
|
file://tee-supplicant.sh \
|
||||||
|
|||||||
Reference in New Issue
Block a user