summaryrefslogtreecommitdiff
path: root/strata/genivi/smartdevicelink.morph
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-09-08 20:02:08 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-09-10 16:52:41 +0000
commite0a0d03d27525537dac550b216caa728b5fd798c (patch)
tree72b91b124d9933a73a362f4d61e24b66e2afdb0e /strata/genivi/smartdevicelink.morph
parent6523c60a6e918d982ac378beef48e0d3dfa0603e (diff)
downloaddefinitions-e0a0d03d27525537dac550b216caa728b5fd798c.tar.gz
smartdevicelink with its depends - may be missing a log4cplus.properties filebaserock/ps/smartdevicelink
Diffstat (limited to 'strata/genivi/smartdevicelink.morph')
-rw-r--r--strata/genivi/smartdevicelink.morph18
1 files changed, 18 insertions, 0 deletions
diff --git a/strata/genivi/smartdevicelink.morph b/strata/genivi/smartdevicelink.morph
new file mode 100644
index 00000000..6eb26f3a
--- /dev/null
+++ b/strata/genivi/smartdevicelink.morph
@@ -0,0 +1,18 @@
+name: smartdevicelink
+kind: chunk
+
+configure-commands:
+ - cd SDL_Core && cmake .
+build-commands:
+ - cd SDL_Core && make
+install-commands:
+ - cd SDL_Core && make install DESTDIR=/
+ - mkdir -p $DESTDIR/opt/smartlink/include
+ - mkdir -p $DESTDIR/opt/smartlink/bin
+ - mkdir -p $DESTDIR/opt/smartlink/lib
+ - mkdir -p $DESTDIR/opt/smartlink/HMI
+ - cp -r SDL_Core/bin/* $DESTDIR/opt/smartlink/bin
+ - cp -r SDL_Core/include/* $DESTDIR/opt/smartlink/include
+ - cp -r SDL_Core/lib/* $DESTDIR/opt/smartlink/lib
+ - cp -r SDL_Core/src/components/HMI/* $DESTDIR/opt/smartlink/HMI
+ - echo "/opt/smartlink/HMI/index.html" > $DESTDIR/opt/smartlink/bin/hmi_link