summaryrefslogtreecommitdiff
path: root/genivi
Commit message (Collapse)AuthorAgeFilesLines
* genivi: Fix build issues in Audiomanagersam/fixes-for-buildstreamSam Thursfield2017-08-241-1/+4
| | | | | | | | | | | If USE_BUILD_LIBS is enabled, the build fails under BuildStream. This seems to be because files get installed to $DESTDIR/buildstream/build which are then included in the artifacts. (This breaks subsequent builds as the /buildstream/build/ dir is expected to be empty until source is checked out.) https://gitlab.com/BuildStream/buildstream/issues/74 is the relevant BuildStream issue.
* genivi-demo-platform: Don't install files to /tmpSam Thursfield2017-08-241-0/+1
| | | | | | | These presumably aren't needed since they are probably not even accessible during the normal operation of a system (as there can be a tmpfs mounted over the top). YBD doesn't raise any error about this but BuildStream does.
* genivi: Fix audiomanager build with GCC 7Sam Thursfield2017-07-111-1/+1
| | | | | | | | This issue doesn't appear to be fixed upstream, I have done a simple patch. The issue is a missing `#include <functional>` causing errors about `std::function` being undefined. (I'm not sure how this ever worked).
* genivi: Fix two compile issues in dbus-c++ with GCC 7Sam Thursfield2017-07-111-1/+1
| | | | | The upstream looks abandoned so I have applied the patches to our baserock/ branch.
* genivi: Fix json-c buildSam Thursfield2017-07-111-1/+1
| | | | | | They helpfully force -Werror on everyone so we have to backport a couple of `// FALLTHRU` comments to fix the build... the patches don't seem to even work so I have also disabled -Werror forcefully.
* strata/sound-server-pulseaudio: Upgrade pulseaudio to v10.0staging/jjardon/pulseaudio_v10Javier Jardón2017-02-092-0/+13
|
* genivi: Add vSomeIP componentGENIVI-M0.2baserock/release/GENIVI-M0.2Pedro Alvarez2016-08-181-0/+6
| | | | Change-Id: I7314124dfb5bc55dae50f2e97f80eeb843626961
* Move GENIVI definitions to 'genivi' subfolderreview/pedro_alvarez/genivi-to-subfolderPedro Alvarez2016-08-1032-0/+1079
This folder will now contain all the definitions related to GENIVI systems. Change-Id: Ia4dda4dc90b780807647861ae6f9c406262f85c0