summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/system/obmc-phosphor-sysd.bb
blob: 06eb55ec2955cdceb00b19eef2cc8f8dea0a235c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Phosphor OpenBMC System Management"
DESCRIPTION = "Phosphor OpenBMC system management reference implementation."
PR = "r1"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"

inherit obmc-phosphor-dbus-service

PROVIDES += "virtual/obmc-system-mgmt"
RPROVIDES:${PN} += "virtual-obmc-system-mgmt"

S = "${WORKDIR}"
SRC_URI += "file://${BPN}.sh"

do_install() {
    install -d ${D}${bindir}
    install -m 0755 ${WORKDIR}/${BPN}.sh ${D}${bindir}/${BPN}
}