summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-container/container-manager-config/cm-config-drm-lease-test-ivi_1.0.bb
blob: 9d2d62f5f4f85af0b17ce08c9b5c1b6eee7adfc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Container Manager config for drm lease test ivi"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"

SRC_URI = "file://drm-lease-test-ivi.json \
           file://system.conf.drm-lease-test-ivi.in \
          "

inherit cm-config

do_install:append() {
    install -Dm644 ${WORKDIR}/drm-lease-test-ivi.json ${D}/opt/container/conf/drm-lease-test-ivi.json
    install -d ${D}/opt/container/guests/drm-lease-test-ivi/rootfs
    install -d ${D}/opt/container/guests/drm-lease-test-ivi/nv
    install -d ${D}/opt/container/guests/drm-lease-test-ivi/shmounts
}

PACKAGE_ARCH = "${MACHINE_ARCH}"

FILES:${PN} += " \
    /opt/container/conf/* \
    /opt/container/guests/drm-lease-test-ivi/* \
    "