mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Rouven Czerwinski <r.czerwinski@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Subject: [ptxdist] [PATCH v3 2/5] optee-client: add tee-supplicant service file
Date: Wed, 13 Feb 2019 09:42:58 +0100	[thread overview]
Message-ID: <f4ef64672fe6117f80759eb611dcdf6e19beebae.1550047362.git-series.r.czerwinski@pengutronix.de> (raw)
In-Reply-To: <cover.6788eb557443e3550c115efa35ea56b6879cad26.1550047362.git-series.r.czerwinski@pengutronix.de>

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
---
 projectroot/usr/lib/systemd/system/tee-supplicant.service |  9 +++++-
 rules/optee-client.in                                     | 14 ++++++--
 rules/optee-client.make                                   |  6 +++-
 3 files changed, 27 insertions(+), 2 deletions(-)
 create mode 100644 projectroot/usr/lib/systemd/system/tee-supplicant.service

diff --git a/projectroot/usr/lib/systemd/system/tee-supplicant.service b/projectroot/usr/lib/systemd/system/tee-supplicant.service
new file mode 100644
index 0000000..cef6b98
--- /dev/null
+++ b/projectroot/usr/lib/systemd/system/tee-supplicant.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=TEE Supplicant
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/tee-supplicant
+
+[Install]
+WantedBy=multi-user.target
diff --git a/rules/optee-client.in b/rules/optee-client.in
index 9099b4c..be97b36 100644
--- a/rules/optee-client.in
+++ b/rules/optee-client.in
@@ -1,8 +1,8 @@
 ## SECTION=security
 
-config OPTEE_CLIENT
+menuconfig OPTEE_CLIENT
 	tristate
-	prompt "optee-client"
+	prompt "optee-client                  "
 	help
 	  Open Portable Trusted Execution Environment Client API.
 
@@ -11,3 +11,13 @@ config OPTEE_CLIENT
 	  a binary tee-supplicant which is a daemon serving the
 	  Trusted OS in secure world with miscellaneous features, such
 	  as file system access.
+
+if OPTEE_CLIENT
+
+config OPTEE_CLIENT_SYSTEMD_UNIT
+	bool
+	default y
+	depends on SYSTEMD
+	prompt "install systemd service file for tee-supplicant"
+
+endif
diff --git a/rules/optee-client.make b/rules/optee-client.make
index 09cae7e..042bfdf 100644
--- a/rules/optee-client.make
+++ b/rules/optee-client.make
@@ -54,6 +54,12 @@ $(STATEDIR)/optee-client.targetinstall:
 
 	@$(call install_lib, optee-client, 0, 0, 0644, libteec)
 	@$(call install_copy, optee-client, 0, 0, 0755, -, /usr/bin/tee-supplicant)
+ifdef PTXCONF_OPTEE_CLIENT_SYSTEMD_UNIT
+	@$(call install_alternative, optee-client, 0, 0, 0644, \
+		/usr/lib/systemd/system/tee-supplicant.service)
+	@$(call install_link, optee-client, ../tee-supplicant.service,\
+		/usr/lib/systemd/system/multi-user.target.wants/tee-supplicant.service)
+endif
 
 	@$(call install_finish, optee-client)
 
-- 
git-series 0.9.1

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2019-02-13  8:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-13  8:42 [ptxdist] [PATCH v3 0/5] Support for OP-TEE (Open Portable Trusted Execution Environment) Rouven Czerwinski
2019-02-13  8:42 ` [ptxdist] [PATCH v3 1/5] optee-client: bump to 3.4.0 Rouven Czerwinski
2019-02-13  8:42 ` Rouven Czerwinski [this message]
2019-02-13  8:42 ` [ptxdist] [PATCH v3 3/5] optee: add the OP-TEE as new target package Rouven Czerwinski
2019-02-13  8:43 ` [ptxdist] [PATCH v3 4/5] optee-test: add new optee-test " Rouven Czerwinski
2019-02-13  8:43 ` [ptxdist] [PATCH v3 5/5] optee-examples: add as new " 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=f4ef64672fe6117f80759eb611dcdf6e19beebae.1550047362.git-series.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