1 DESCRIPTION = "AGL HTML5 IVI demo container config"
2 LICENSE = "BSD-3-Clause"
3 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"
5 SRC_URI = "file://agl-html5-ivi-demo.json \
6 file://system.conf.agl-html5-ivi-demo.in \
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
19 /opt/container/conf/* \
20 /opt/container/guests/agl-html5-ivi-demo/* \