blob: d5e24a3d01069eab8ed266151b3d125b758af0db [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."
5PR = "r1"
Patrick Venture8cb421d2018-10-09 20:14:37 -07006PV = "1.0+git${SRCPV}"
Brad Bishop5f9be072016-06-27 14:53:52 -04007
8inherit skeleton-gdbus
Brad Bishop1d525fa2016-08-17 20:27:37 -04009inherit obmc-phosphor-dbus-service
Brad Bishop92673622018-01-26 21:30:17 -050010inherit pkgconfig
Brad Bishop5f9be072016-06-27 14:53:52 -040011
12SKELETON_DIR = "flashbios"
Patrick Williams12fc9392021-08-06 09:16:53 -050013DBUS_SERVICE:${PN} += "org.openbmc.control.Flash.service"
14SYSTEMD_SERVICE:${PN} += "obmc-flash-init.service"