summaryrefslogtreecommitdiff
path: root/genivi/strata/genivi-demo-platform
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.
* Move GENIVI definitions to 'genivi' subfolderreview/pedro_alvarez/genivi-to-subfolderPedro Alvarez2016-08-105-0/+197
This folder will now contain all the definitions related to GENIVI systems. Change-Id: Ia4dda4dc90b780807647861ae6f9c406262f85c0