Thanks, applied as 5af1db972fd3fd13b45f4d860a285c87ef564a4e. Michael
[sent from post-receive hook] On Fri, 29 Aug 2025 11:46:22 +0200, Fabian Pflug <[email protected]> wrote: > The config file for softhsm is better as install-alternative, as it > might be overwritten by the different boards. > > Signed-off-by: Fabian Pflug <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/softhsm.make b/rules/softhsm.make > index 80f79adec11d..a69a2c585e81 100644 > --- a/rules/softhsm.make > +++ b/rules/softhsm.make > @@ -62,7 +62,7 @@ $(STATEDIR)/softhsm.targetinstall: > > @$(call install_copy, softhsm, 0, 0, 0755, -, > /usr/lib/softhsm/libsofthsm2.so) > > - @$(call install_copy, softhsm, 0, 0, 0644, -, /etc/softhsm2.conf) > + @$(call install_alternative, softhsm, 0, 0, 0644, /etc/softhsm2.conf) > > ifdef PTXCONF_SOFTHSM_P11_KIT > @$(call install_copy, softhsm, 0, 0, 0644, -, > /usr/share/p11-kit/modules/softhsm2.module)
