mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] optee-client: install PKCS#11 module libckteec
@ 2024-01-26 19:53 Ahmad Fatoum
  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] optee-client: install PKCS#11 module libckteec Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Ahmad Fatoum @ 2024-01-26 19:53 UTC (permalink / raw)
  To: ptxdist; +Cc: Ahmad Fatoum

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-08 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-26 19:53 [ptxdist] [PATCH 1/2] optee-client: install PKCS#11 module libckteec Ahmad Fatoum
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox