summaryrefslogtreecommitdiff
path: root/strata/genivi-smartdevicelink/smartdevicelink.morph
blob: 1ab5cada9a94a84788e8fc8ae377b9df1a869e8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: smartdevicelink
kind: chunk

configure-commands:
    - cmake -D HMI2=ON .
build-commands:
    - make
install-commands:
    - 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