Signed-off-by: Rouven Czerwinski <r.czerwin...@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

Reply via email to