From: Rouven Czerwinski <r.czerwinski@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Subject: [ptxdist] [PATCH] optee-client: explicitly set TA load path
Date: Thu, 23 May 2019 07:01:02 +0200 [thread overview]
Message-ID: <20190523050102.24761-1-r.czerwinski@pengutronix.de> (raw)
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
reply other threads:[~2019-05-23 5:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190523050102.24761-1-r.czerwinski@pengutronix.de \
--to=r.czerwinski@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox