summaryrefslogtreecommitdiff
path: root/strata/genivi/genivi-common-api-dbus-runtime.morph
Commit message (Collapse)AuthorAgeFilesLines
* Move GENIVI definitions to 'genivi' subfolderreview/pedro_alvarez/genivi-to-subfolderPedro Alvarez2016-08-101-3/+0
| | | | | | | This folder will now contain all the definitions related to GENIVI systems. Change-Id: Ia4dda4dc90b780807647861ae6f9c406262f85c0
* Upgrade some GENIVI components for Kronos K-0.2Pedro Alvarez2015-08-151-3/+1
| | | | | | | | - common API to 3.1.2 - udiomanager to 7.0 - node-health-monitor to 1.3.5 Change-Id: Ided9707f30fe9f1f532af36430ee827403bf4195
* Fix builds of genivi-common-api componentsPedro Alvarez2015-03-051-0/+5
Running `autoreconf -ivf` will generate some files needed for ./configure in the build-aux folder. But ./configure needs them in the same folder. The workaround is generate a symlink 'build-aux -> .' so the files generated will end up next to the configure script.