summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2015-05-26 13:43:25 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2015-05-26 13:46:25 +0000
commit25855cd86e8ac396512b623f12431e60491d8178 (patch)
tree64f6ba7f432966493641c873e869be56f2d00d22
parent0791ed8349361013720848dd41a98385eddf6086 (diff)
downloaddefinitions-25855cd86e8ac396512b623f12431e60491d8178.tar.gz
Add AudioManager/AudioManagerDemo
-rw-r--r--strata/genivi-demo-platform.morph7
-rw-r--r--strata/genivi-demo-platform/audiomanager@gdp.morph8
2 files changed, 15 insertions, 0 deletions
diff --git a/strata/genivi-demo-platform.morph b/strata/genivi-demo-platform.morph
index 79c009cb..2abea75e 100644
--- a/strata/genivi-demo-platform.morph
+++ b/strata/genivi-demo-platform.morph
@@ -30,6 +30,13 @@ chunks:
repo: upstream:navit-svn
ref: 358812af2c27c4abe324beb205e6d156b96fb1ea
unpetrify-ref: master
+- name: audiomanager@gdp
+ morph: strata/genivi-demo-platform/audiomanager@gdp.morph
+ repo: upstream:audiomanager
+ ref: baserock/genivi/6.1-3-gba709ee-gdp
+- name: audiomanagerdemo
+ repo: upstream:genivi/audiomanagerdemo
+ ref: master
- name: genivi-demo-platform-hmi
morph: strata/genivi-demo-platform/genivi-demo-platform-hmi.morph
repo: upstream:genivi/genivi-demo-platform-hmi
diff --git a/strata/genivi-demo-platform/audiomanager@gdp.morph b/strata/genivi-demo-platform/audiomanager@gdp.morph
new file mode 100644
index 00000000..469d5ed2
--- /dev/null
+++ b/strata/genivi-demo-platform/audiomanager@gdp.morph
@@ -0,0 +1,8 @@
+name: audiomanager@gdp
+kind: chunk
+configure-commands:
+- cmake -DWITH_PULSE_ROUTING_PLUGIN=ON -DWITH_PULSE_CONTROL_PLUGIN=ON -DWITH_ENABLED_IPC=DBUS -DWITH_DATABASE_STORAGE=OFF -DWITH_DLT=OFF -DCMAKE_INSTALL_PREFIX=/usr
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install