mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] optee-client: explicitly set TA load path
@ 2019-05-23  5:01 Rouven Czerwinski
  0 siblings, 0 replies; only message in thread
From: Rouven Czerwinski @ 2019-05-23  5:01 UTC (permalink / raw)
  To: ptxdist; +Cc: Rouven Czerwinski

Previously TA loading would work because PTXdist has /usr merge, since
the TAs were installed to /usr/lib/ but the client would load the from
/lib. Explicitly set the load path to /usr/lib.

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
---
 rules/optee-client.make | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rules/optee-client.make b/rules/optee-client.make
index 3b8a23755..cbda12582 100644
--- a/rules/optee-client.make
+++ b/rules/optee-client.make
@@ -33,7 +33,8 @@ OPTEE_CLIENT_CONF_TOOL := NO
 OPTEE_CLIENT_MAKE_ENV := \
 	$(CROSS_ENV) \
 	LIBDIR=/usr/lib \
-	INCLUDEDIR=/usr/include
+	INCLUDEDIR=/usr/include \
+	CFG_TEE_CLIENT_LOAD_PATH=/usr/lib/
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-23  5:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23  5:01 [ptxdist] [PATCH] optee-client: explicitly set TA load path Rouven Czerwinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox