summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend
blob: 224a262352990cd0ab7c4f8b5ad0c2610293f85f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FILESEXTRAPATHS:prepend:gbs := "${THISDIR}/${PN}:"

SRC_URI:append:gbs = " file://config-virtual-sensor.json \
                       file://phosphor-virtual-sensor.service.replace \
                     "

RDEPENDS:${PN}:append:gbs = "bash"

do_install:append:gbs() {
    install -d ${D}${datadir}/${PN}
    install -m 0644 -D ${WORKDIR}/config-virtual-sensor.json \
        ${D}${datadir}/${PN}/virtual_sensor_config.json

    install -d ${D}${systemd_system_unitdir}
    install -m 0644 ${WORKDIR}/${PN}.service.replace \
        ${D}${systemd_system_unitdir}/${PN}.service
}