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"
5 SRC_URI = "file://agl-qt-ivi-demo.json \
6 file://system.conf.agl-qt-ivi.in \
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
19 /opt/container/conf/* \
20 /opt/container/guests/agl-qt-ivi-demo/* \