aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openv2g/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* testing/openv2g: Make the open-v2g library more versatileOlliver Schinagl2020-04-091-5/+8
| | | | | | | | | | | | | | | | | | | The Open-V2G library can be made a little more versatile by enabling more feature, such as XMLDSIG support. More importantly, the library currently violates the ISO15118 spec by using a home-grown UCS implementation, where everything is treated as 32-bits, e.g. UTF-32, where ISO15118 uses UTF-8 encoding. As this is incompatible, we are better off switching to ASCII for now, a that at least is backwards compatible. To properly fix this, the library needs toe be fixed to properly by a proper UCS implementation or using a library to this end. Note, that these patches are configuration options changing the defaults, and thus are not up streamed. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* testing/openv2g: Enable V2G build on all archsOlliver Schinagl2020-03-101-10/+13
| | | | | | | | | | Previously, prepare failed due to wrong line-endings when building on the main runner, but not on the gitlab runner. Instead, make sure all the files we want to patch, are properly ended by dos2unix-ing them. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* testing/openv2g: disable on all archs, prepare failsMilan P. Stanić2019-11-211-1/+1
|
* testing/openv2g: New aportOlliver Schinagl2019-11-211-0/+34
OpenV2G is an open source implementation of the ISO IEC 15118 and also the DIN 70121 vehicle to grid (V2G) communication interface. The main component are the libraries, but the repository also includes a testing application. The makefile(s) are a bit of a mess, and should be rewritten. However as that is outside of the scope, only the most minimal changes where done to produce a useable build. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>