Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenPOWER flashing utility." |
| 2 | DESCRIPTION = "A BMC/BIOS flashing utility for use on OpenPOWER system." |
| 3 | PR = "r1" |
| 4 | |
| 5 | inherit skeleton-gdbus |
Brad Bishop | 09523bb | 2018-01-26 21:30:17 -0500 | [diff] [blame] | 6 | inherit pkgconfig |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 7 | |
Patrick Williams | c1e6522 | 2017-08-09 17:09:13 -0500 | [diff] [blame] | 8 | DEPENDS += "pflash" |
| 9 | RDEPENDS_${PN} += "pflash" |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 10 | |
| 11 | SKELETON_DIR = "op-flasher" |