summaryrefslogtreecommitdiffstats
path: root/weathermessage.cpp
blob: 6b4aa3cfe5b2c575070c5fdf6ce56a55f3d88e7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
    
span>container/guests/cluster-demo/nv } FILES:${PN} += " \ /opt/container/conf/* \ /opt/container/guests/cluster-demo/* \ "