mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] tpm2-abrmd: make installation of libtss2-tcti-tabrmd.so.0 conditional
Date: Tue, 16 Jun 2020 12:50:43 +0200	[thread overview]
Message-ID: <20200616105044.22952-1-u.kleine-koenig@pengutronix.de> (raw)

Not all users of tpm2-abrmd make use of the library, so introduce a
config symbol to make it possible to not install it.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 rules/tpm2-abrmd.in   | 7 +++++++
 rules/tpm2-abrmd.make | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/rules/tpm2-abrmd.in b/rules/tpm2-abrmd.in
index 1ab0a6a7fe0e..61bba8a02030 100644
--- a/rules/tpm2-abrmd.in
+++ b/rules/tpm2-abrmd.in
@@ -16,3 +16,10 @@ config TPM2_ABRMD
 	  (TAB) & Resource Manager (RM) spec from the TCG. The daemon
 	  (tpm2-abrmd) is implemented using Glib and the GObject
 	  system.
+
+if TPM2_ABRMD
+
+config TPM2_ABRMD_LIBTSS2_TCTI_TABRMD
+	bool "install libtss2-tcti-tabrmd.so.0"
+
+endif
diff --git a/rules/tpm2-abrmd.make b/rules/tpm2-abrmd.make
index bbf3344126f7..edc1fcfc0e6e 100644
--- a/rules/tpm2-abrmd.make
+++ b/rules/tpm2-abrmd.make
@@ -63,7 +63,9 @@ $(STATEDIR)/tpm2-abrmd.targetinstall:
 	@$(call install_fixup, tpm2-abrmd,AUTHOR,"Marc Kleine-Budde <mkl@pengutronix.de>")
 	@$(call install_fixup, tpm2-abrmd,DESCRIPTION,missing)
 
+ifdef PTXCONF_TPM2_ABRMD_LIBTSS2_TCTI_TABRMD
 	@$(call install_lib, tpm2-abrmd, 0, 0, 0644, libtss2-tcti-tabrmd)
+endif
 	@$(call install_copy, tpm2-abrmd, 0, 0, 0755, -, /usr/sbin/tpm2-abrmd)
 
 	@$(call install_alternative, tpm2-abrmd, 0, 0, 0644, \
-- 
2.27.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

             reply	other threads:[~2020-06-16 10:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-16 10:50 Uwe Kleine-König [this message]
2020-06-16 10:50 ` [ptxdist] [PATCH 2/2] tpm2-tss: make installation of libtss2-tcti-{device, mssim}.so.0 conditional Uwe Kleine-König
2020-06-19  6:02   ` Michael Olbrich
2020-06-19  6:02 ` [ptxdist] [PATCH 1/2] tpm2-abrmd: make installation of libtss2-tcti-tabrmd.so.0 conditional Michael Olbrich

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=20200616105044.22952-1-u.kleine-koenig@pengutronix.de \
    --to=u.kleine-koenig@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