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