aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/ti-softhsmv2
AgeCommit message (Collapse)Author
2020-03-23recipes-ti: deprecate softhsmv2/libp11/engine-pkcs11Denys Dmytriyenko
These components depend on OpenSSL 1.0 and haven't been updated for long time. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-13ti-softhsmv2, libp11, engine-pkcs11: openssl10 is no longer availableDenys Dmytriyenko
These packages still need to be migrated from 1.0 API to 1.1 Specific to Keystone2 platforms. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-12-06ti-softhsmv2: depend on openssl10, cleanupDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-03-01engine-pkcs11, libp11, ti-softhsmv2: update compatibilityDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-05-13ti-softhsmv2: bump SRCREV to version to 2.0.0.0Jacob Stiffler
* License checksum has changed due to an updated date in the LICENSE file Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-04-18ti-softhsmv2: stop altering and expanding SELECTED_OPTIMIZATION variableDenys Dmytriyenko
This var now contains staging paths and by expanding it early, sstate ends up churning the package for each machine built. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-04-13ti-softhsmv2: don't fail QA on real .so plugin in -dev pkgDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-01-22ti-softhsmv2: Use target includes for zlib and opensslPaul Barker
ti-softhsmv2 needs to look at the target include directories instead of the host include directories for zlib and openssl header files. By using STAGING_EXECPREFIXDIR we can support changes to exec_prefix. Signed-off-by: Paul Barker <paul.barker@commagility.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-10-22ti-softhsmv2: Update to new version 1.3.0.4Sam Nelson
- Update License checksum - Skip PR Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-07-02ti-softhsmv2: Stop recipe from using headers from host build machine.Jacob Stiffler
* Without the "--with-zlib" configure option, the zlib header will be obtained from the build machines "/usr/include" directory if the header exists there. * From ${S}/m4/acx_zlib.m4: AC_DEFUN([ACX_ZLIB],[ AC_ARG_WITH(zlib, AC_HELP_STRING([--with-zlib=PATH],[Specify prefix of path of zlib]), [ ZLIB_PATH="$withval" ], [ ZLIB_PATH="/usr" ]) AC_MSG_CHECKING(what are the zlib includes) ZLIB_INCLUDES="-I$ZLIB_PATH/include" ... * Therefore add configure option to point to staging sysroot for zlib header and add dependency on zlib. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-02-02ti-softhsmv2: Add recipe for ti customised softhsm packageSam Nelson
- Provide library, deamon and util for ti customised softhsm Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>