From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [ptxdist] [PATCH 1/2] optee-client: install PKCS#11 module libckteec
Date: Fri, 26 Jan 2024 20:53:00 +0100 [thread overview]
Message-ID: <20240126195301.982623-1-a.fatoum@pengutronix.de> (raw)
On next update, the imx platform will enable CFG_PKCS11_TA by default
and optee-test will fail to build, because we don't install the
respective PKCS#11 module.
PKCS#11 is important enough of a use case that it makes sense to just
ship it always by default, so let's do just that.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
v1 -> v2:
- new patch, suggested by mol
---
rules/optee-client.make | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/optee-client.make b/rules/optee-client.make
index 726a3edabafb..2703e0a8f602 100644
--- a/rules/optee-client.make
+++ b/rules/optee-client.make
@@ -49,6 +49,7 @@ $(STATEDIR)/optee-client.targetinstall:
@$(call install_fixup, optee-client,DESCRIPTION,missing)
@$(call install_lib, optee-client, 0, 0, 0644, libteec)
+ @$(call install_lib, optee-client, 0, 0, 0644, libckteec)
@$(call install_copy, optee-client, 0, 0, 0755, -, /usr/sbin/tee-supplicant)
ifdef PTXCONF_OPTEE_CLIENT_SYSTEMD_UNIT
@$(call install_alternative, optee-client, 0, 0, 0644, \
--
2.39.2
next reply other threads:[~2024-01-26 19:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-26 19:53 Ahmad Fatoum [this message]
2024-01-26 19:53 ` [ptxdist] [PATCH 2/2] optee: version bump v3.20.0 -> v4.0.0 Ahmad Fatoum
2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich
2024-02-08 16:03 ` [ptxdist] [APPLIED] optee-client: install PKCS#11 module libckteec 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=20240126195301.982623-1-a.fatoum@pengutronix.de \
--to=a.fatoum@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