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" |
Patrick Venture | 67e5400 | 2018-10-09 20:14:37 -0700 | [diff] [blame] | 6 | PV = "1.0+git${SRCPV}" |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 7 | |
| 8 | inherit skeleton-gdbus |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 9 | inherit obmc-phosphor-dbus-service |
Brad Bishop | 09523bb | 2018-01-26 21:30:17 -0500 | [diff] [blame] | 10 | inherit pkgconfig |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 11 | |
| 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" |