From: Rouven Czerwinski <rouven@czerwinskis.de>
To: ptxdist@pengutronix.de
Cc: Rouven Czerwinski <rouven@czerwinskis.de>
Subject: [ptxdist] [PATCH] optee-client: version bump 2.4.0 -> 3.1.0 and switch to cmake
Date: Fri, 27 Apr 2018 19:06:26 +0200 [thread overview]
Message-ID: <20180427170626.12662-1-rouven@czerwinskis.de> (raw)
Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
---
rules/optee-client.in | 1 +
rules/optee-client.make | 14 ++++++--------
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/rules/optee-client.in b/rules/optee-client.in
index 9099b4c48..1349fb21d 100644
--- a/rules/optee-client.in
+++ b/rules/optee-client.in
@@ -3,6 +3,7 @@
config OPTEE_CLIENT
tristate
prompt "optee-client"
+ select HOST_CMAKE
help
Open Portable Trusted Execution Environment Client API.
diff --git a/rules/optee-client.make b/rules/optee-client.make
index 8726f7733..d58600220 100644
--- a/rules/optee-client.make
+++ b/rules/optee-client.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_OPTEE_CLIENT) += optee-client
#
# Paths and names
#
-OPTEE_CLIENT_VERSION := 2.4.0
-OPTEE_CLIENT_MD5 := 5c27298b0e28aa9b28d18e44c79cc66d
+OPTEE_CLIENT_VERSION := 3.1.0
+OPTEE_CLIENT_MD5 := 9dba16bf82e3964834b1a29e6ba54f15
OPTEE_CLIENT := optee-client-$(OPTEE_CLIENT_VERSION)
OPTEE_CLIENT_SUFFIX := tar.gz
OPTEE_CLIENT_URL := https://github.com/OP-TEE/optee_client/archive/$(OPTEE_CLIENT_VERSION).$(OPTEE_CLIENT_SUFFIX)
@@ -29,12 +29,10 @@ OPTEE_CLIENT_LICENSE := BSD-2-Clause
# Prepare
# ----------------------------------------------------------------------------
-OPTEE_CLIENT_CONF_TOOL := NO
-OPTEE_CLIENT_MAKE_ENV := \
- $(CROSS_ENV) \
- LIBDIR=/usr/lib \
- BINDIR=/usr/bin \
- INCLUDEDIR=/usr/include
+OPTEE_CLIENT_CONF_TOOL := cmake
+OPTEE_CLIENT_CONF_OPT := \
+ $(CROSS_CMAKE_USR) \
+ -DCMAKE_INSTALL_PREFIX=/usr/
ifdef PTXDIST_ICECC
OPTEE_CLIENT_CFLAGS := -C
--
2.17.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2018-04-27 17:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-27 17:06 Rouven Czerwinski [this message]
2018-04-27 17:17 ` Rouven Czerwinski
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=20180427170626.12662-1-rouven@czerwinskis.de \
--to=rouven@czerwinskis.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