| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
- Update License checksum
- Skip PR
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
- 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>
|