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 v2 2/5] optee-client: add tee-supplicant service file
Date: Wed, 13 Feb 2019 08:25:13 +0100	[thread overview]
Message-ID: <6f2be855d198c2e0a98735b54c3a9cc9d442245c.1550042684.git-series.r.czerwinski@pengutronix.de> (raw)
In-Reply-To: <cover.6495606559e48be9e838d9789bb35b35c129a108.1550042684.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                                     | 13 +++++++-
 rules/optee-client.make                                   |  8 +++++-
 3 files changed, 29 insertions(+), 1 deletion(-)
 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..f8eacff
--- /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
\ No newline at end of file
diff --git a/rules/optee-client.in b/rules/optee-client.in
index 9099b4c..0ed2511 100644
--- a/rules/optee-client.in
+++ b/rules/optee-client.in
@@ -1,8 +1,9 @@
 ## SECTION=security
 
-config OPTEE_CLIENT
+menuconfig OPTEE_CLIENT
 	tristate
 	prompt "optee-client"
+	select OPTEE
 	help
 	  Open Portable Trusted Execution Environment Client API.
 
@@ -11,3 +12,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..9c5d30b 100644
--- a/rules/optee-client.make
+++ b/rules/optee-client.make
@@ -54,6 +54,14 @@ $(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_INITMETHOD_SYSTEMD
+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
+endif
 
 	@$(call install_finish, optee-client)
 
-- 
git-series 0.9.1

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2019-02-13  7:25 UTC|newest]

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