summaryrefslogtreecommitdiffstats
path: root/.gitlab/merge_request_templates
AgeCommit message (Expand)AuthorFilesLines
2023-05-05Add templates for gitlab issues and merge requestsJan-Simon Möller1-0/+2
a> 21 22
DESCRIPTION = "Container Manager config for cluster demo"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"


SRC_URI = "file://cluster-demo.json \
           file://system.conf.cluster-demo.in \
          "

inherit cm-config

do_install:append() {
    install -Dm644 ${WORKDIR}/cluster-demo.json ${D}/opt/container/conf/cluster-demo.json
    install -d ${D}/opt/container/guests/cluster-demo/rootfs
    install -d ${D}/opt/container/guests/cluster-demo/nv
}

FILES:${PN} += " \
    /opt/container/conf/* \
    /opt/container/guests/cluster-demo/* \
    "