summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ti-softhsmv2
Commit message (Collapse)AuthorAgeFilesLines
* engine-pkcs11, libp11, ti-softhsmv2: update compatibilityDenys Dmytriyenko2018-03-011-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-softhsmv2: bump SRCREV to version to 2.0.0.0Jacob Stiffler2016-05-131-6/+6
| | | | | | | | * 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>
* ti-softhsmv2: stop altering and expanding SELECTED_OPTIMIZATION variableDenys Dmytriyenko2016-04-181-3/+1
| | | | | | | 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>
* ti-softhsmv2: don't fail QA on real .so plugin in -dev pkgDenys Dmytriyenko2016-04-131-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-softhsmv2: Use target includes for zlib and opensslPaul Barker2016-01-221-1/+4
| | | | | | | | | 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>
* ti-softhsmv2: Update to new version 1.3.0.4Sam Nelson2015-10-221-5/+4
| | | | | | | | - Update License checksum - Skip PR Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-softhsmv2: Stop recipe from using headers from host build machine.Jacob Stiffler2015-07-021-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* ti-softhsmv2: Add recipe for ti customised softhsm packageSam Nelson2015-02-021-0/+43
- 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>