Files
OpenBMC/meta-facebook/meta-greatlakes/recipes-phosphor/gpio/greatlakes-gpio-monitor-register.bb
T
2026-04-23 17:07:55 +08:00

17 lines
454 B
BlitzBasic

SUMMARY = "greatlakes gpio monitor register"
DESCRIPTION = "greatlakes gpio monitor register"
SECTION = "base"
PR = "r1"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
S = "${WORKDIR}"
inherit obmc-phosphor-systemd
SRC_URI = "file://set-current-host-state@.service \
"
DEPENDS += "systemd"
SYSTEMD_SERVICE:${PN} += "set-current-host-state@.service"