3b9984562d2a8f91904ed643fe215dcad3edeb44
[AGL/meta-agl-devel.git] /
1 DESCRIPTION = "AGL Qt IVI demo container config"
2 LICENSE = "BSD-3-Clause"
3 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"
4
5 SRC_URI = "file://agl-qt-ivi-demo.json \
6            file://system.conf.agl-qt-ivi.in \
7           "
8
9 inherit allarch
10
11 do_install:append() {
12     install -Dm644 ${WORKDIR}/agl-qt-ivi-demo.json ${D}/opt/container/conf/agl-qt-ivi-demo.json
13     install -d ${D}/opt/container/guests/agl-qt-ivi-demo/rootfs
14     install -d ${D}/opt/container/guests/agl-qt-ivi-demo/nv
15     install -Dm644 ${WORKDIR}/system.conf.agl-qt-ivi.in ${D}/opt/container/guests/agl-qt-ivi-demo/system.conf
16 }
17
18 FILES:${PN} += " \
19     /opt/container/conf/* \
20     /opt/container/guests/agl-qt-ivi-demo/* \
21     "