blob: 9dd30e3a32f617c377c4a8e8e8326bbf406e90df [file] [log] [blame]
Brad Bishop5f9be072016-06-27 14:53:52 -04001SUMMARY = "OpenBMC org.openbmc.Flash example implementation"
2DESCRIPTION = "A sample implementation for the org.openbmc.Flash DBUS API. \
3org.openbmc.Flash provides APIs for functions like BIOS flash access control \
4and updating."
Patrick Venture8cb421d2018-10-09 20:14:37 -07005PV = "1.0+git${SRCPV}"
Ed Tanous9936f862022-09-19 09:13:20 -07006PR = "r1"
7
8SKELETON_DIR = "flashbios"
9SYSTEMD_SERVICE:${PN} += "obmc-flash-init.service"
Brad Bishop5f9be072016-06-27 14:53:52 -040010
11inherit skeleton-gdbus
Brad Bishop1d525fa2016-08-17 20:27:37 -040012inherit obmc-phosphor-dbus-service
Brad Bishop92673622018-01-26 21:30:17 -050013inherit pkgconfig
Brad Bishop5f9be072016-06-27 14:53:52 -040014
Patrick Williams12fc9392021-08-06 09:16:53 -050015DBUS_SERVICE:${PN} += "org.openbmc.control.Flash.service"