summaryrefslogtreecommitdiffstats
path: root/package/libkcapi
Commit message (Collapse)AuthorAgeFilesLines
* libkcapi: bump version to 0.14.0Marcin Nowakowski2017-09-266-5/+285
| | | | | | | | | | | | | | | Switch from github hash to an official release. Several upstream patches are required to build the code correctly on all platforms supported by buildroot. The test application now uses fork(). Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com> [Arnout: Squash the two patches, MMU dependency was introduced with the version bump. Wrap assignments in libkcapi.mk differently.] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* libkcapi: fix build with gcc 7.xMarcin Nowakowski2017-08-291-0/+31
| | | | | | | | | | | Add an upstream patch to make libkcapi build with gcc 7.x. Fixes: http://autobuild.buildroot.net/results/01f/01f207ccd1cf5fc030510cb7a4eb2649e124b49b/ Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, package: use SPDX short identifier for BSD-3cRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-3c is BSD-3-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libkcapi: bump version to latest git hash 79cb80714ebcMarcin Nowakowski2017-03-202-2/+2
| | | | | | | | | | | | | | | | | | | Configure script is used to detect options supported by the target compiler, but those options are then incorrectly used by the targets compiled using a host compiler. configure: checking whether CC supports -fstack-protector-strong... yes make: /usr/bin/gcc (...) cc1: error: unrecognized command line option "-fstack-protector-strong" Fixes: http://autobuild.buildroot.net/results/4c0/4c06dfa35ef52f6522619f797a9ae4e7a2e45d04/ http://autobuild.buildroot.net/results/788/78886670cff406a09bd08808d9a6e328ee75634b/ Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libkcapi: new packageMarcin Nowakowski2017-03-183-0/+38
This package provides a userspace library that allows easy use of crypto interfaces exposed by the kernel. A git tip is used instead of the last official release, as autotools support and cross-compilation fixes have been added only very recently. Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com> Reviewed-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> [Thomas: - Change sub-option prompt to "build test applications" - Be more specific about the license: the library is under BSD-3c only, while the programs are under BSD-3c or GPLv2. - Explicitly disable programs when BR2_PACKAGE_LIBKCAPI_APPS is not enabled.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud