blob: 7398cbdbc179b80005e57c07b4c43a17b6a7657a [file] [log] [blame]
Brad Bishop86ee1cf2016-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"
6
7inherit skeleton-gdbus
Brad Bishop0fe80462016-08-17 20:27:37 -04008inherit obmc-phosphor-dbus-service
Brad Bishop86ee1cf2016-06-27 14:53:52 -04009
Adriana Kobylak425b6342017-03-07 12:24:52 -060010RDEPENDS_${PN} += "mtd-utils-ubifs"
11
Brad Bishop86ee1cf2016-06-27 14:53:52 -040012SKELETON_DIR = "flashbios"
Brad Bishop0fe80462016-08-17 20:27:37 -040013DBUS_SERVICE_${PN} += "org.openbmc.control.Flash.service"
14SYSTEMD_SERVICE_${PN} += "obmc-flash-init.service"
Adriana Kobylak425b6342017-03-07 12:24:52 -060015SYSTEMD_SERVICE_${PN} += "obmc-flash-bios-ubiattach.service"
Adriana Kobylak855404d2017-03-07 14:32:08 -060016SYSTEMD_SERVICE_${PN} += "obmc-flash-bios-ubimount@.service"