13 lines
387 B
BlitzBasic
Executable File
13 lines
387 B
BlitzBasic
Executable File
FILESEXTRAPATHS:${PN} := "${THISDIR}/${PN}:"
|
|
S = "${WORKDIR}"
|
|
LICENSE = "CLOSED"
|
|
SRC_URI = "file://host-misc-manager"
|
|
inherit obmc-phosphor-systemd
|
|
DEPENDS = " systemd sdbusplus phosphor-logging libgpiod"
|
|
SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.Host.Misc.Manager.service"
|
|
|
|
do_install() {
|
|
install -d ${D}${bindir}
|
|
install -m 0755 ${WORKDIR}/host-misc-manager ${D}${bindir}
|
|
}
|