summaryrefslogtreecommitdiffstats
path: root/package/vboot-utils
Commit message (Collapse)AuthorAgeFilesLines
* vboot-utils: fix RSA redefinition build error with old compilersThomas Petazzoni2016-01-231-0/+44
| | | | | | | | | | | | | | | Old gcc compilers do not support type redefinitions, which causes a build failure of the host-vboot-utils package on certain machines. The vboot-utils source code redefines "typedef struct rsa_st RSA" which is already defined in the OpenSSL headers. This commit adds a patch which works around this build issue. Fixes: http://autobuild.buildroot.org/results/1a4/1a45412939a3f9d6fa59d086d834a3b4a4bffef7/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vboot-utils: convert to Git formatted patchesThomas Petazzoni2016-01-233-15/+41
| | | | | | | Since vboot-utils is hosted in a Git repository, it makes sense to use Git formatted patches for this package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vboot-utils: ssize_t needs unistd.hAlex Suykov2015-12-301-0/+14
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/95c8708411fbb116f313a0fdeccacf92cf9e3d8d/ http://autobuild.buildroot.net/results/cf4aa60f9fc9c48ff13d3233994b77b7c0950afe/ http://autobuild.buildroot.net/results/6f7dcafde693f06dfc88c922c5f8dd70ae2e30b5/ http://autobuild.buildroot.net/results/a2e95784d32c8842f6947801fd0d8c48f68b84e2/ http://autobuild.buildroot.net/results/f69ae4c9eee27df43389ae76048fb4ddd5a3eca6/ Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vboot-utils: MTD_CHAR_MAJOR definitionAlex Suykov2015-12-301-0/+17
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/a6360fd21314899321071c34fcb4892c5eed9bcc/ http://autobuild.buildroot.net/results/0af3aa4a429c45d3a2609913ec1040f32378f3c8/ http://autobuild.buildroot.net/results/cc4940fd6f51b31d71014f5aedee5223180eb36e/ Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vboot-utils: add missing dependency on host-util-linuxThomas Petazzoni2015-12-272-1/+2
| | | | | | | | | | | vboot-utils needs uuid.h and libuuid for the cgpt tool, so we need to depend on host-util-linux. Fixes: http://autobuild.buildroot.org/results/ee1/ee18202cb6d7751178617e6a3d0bc97e65318aa9/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vboot-utils: new packageAlex Suykov2015-12-273-0/+46
Chromium OS verified boot utilities. Needed for signing kernel images and manipulating bootable partitions on media intended for Chromebooks. Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud