Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenBMC org.openbmc.Flash example implementation" |
| 2 | DESCRIPTION = "A sample implementation for the org.openbmc.Flash DBUS API. \ |
| 3 | org.openbmc.Flash provides APIs for functions like BIOS flash access control \ |
| 4 | and updating." |
| 5 | PR = "r1" |
| 6 | |
| 7 | inherit skeleton-gdbus |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 8 | inherit obmc-phosphor-dbus-service |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 9 | |
Adriana Kobylak | 425b634 | 2017-03-07 12:24:52 -0600 | [diff] [blame] | 10 | RDEPENDS_${PN} += "mtd-utils-ubifs" |
| 11 | |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 12 | SKELETON_DIR = "flashbios" |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 13 | DBUS_SERVICE_${PN} += "org.openbmc.control.Flash.service" |
| 14 | SYSTEMD_SERVICE_${PN} += "obmc-flash-init.service" |
Adriana Kobylak | 425b634 | 2017-03-07 12:24:52 -0600 | [diff] [blame] | 15 | SYSTEMD_SERVICE_${PN} += "obmc-flash-bios-ubiattach.service" |
Adriana Kobylak | 855404d | 2017-03-07 14:32:08 -0600 | [diff] [blame] | 16 | SYSTEMD_SERVICE_${PN} += "obmc-flash-bios-ubimount@.service" |