summaryrefslogtreecommitdiffstats
path: root/rules/host-softhsm.make
Commit message (Collapse)AuthorAgeFilesLines
* host-softhsm: add license informationBastian Krause2019-09-191-0/+2
| | | | | Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-softhsm: print log output to stderr, tooMarc Kleine-Budde2019-04-181-0/+2
| | | | | | | | The log output only ends up in the syslog. Output to stderr, too, so that errors will be notices by the user and/or automated build systems. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-softhsm: enable sqlite backendMichael Olbrich2018-11-021-0/+1
| | | | | | | This is necessary for parallel access to the data. Without this building a BSP with -jX may fail if multiple packages try to use it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-softhsm: add new host toolJuergen Borleis2018-10-101-0/+43
This package emulates an HSM (Hardware Secure Module) for testing purposes. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>