Files
OpenBMC/meta-luxshare/meta-bhs/recipes-phosphor/host-misc-comm-manager/host-misc-comm-manager_git.bb
T
2026-04-23 17:07:55 +08:00

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}
}