Brad Bishop | 5f9be07 | 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" |
Patrick Venture | 6732113 | 2018-10-09 20:15:53 -0700 | [diff] [blame] | 4 | PV = "1.0+git${SRCPV}" |
Brad Bishop | 5f9be07 | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 5 | |
| 6 | inherit skeleton-gdbus |
Brad Bishop | 9267362 | 2018-01-26 21:30:17 -0500 | [diff] [blame] | 7 | inherit pkgconfig |
Brad Bishop | 5f9be07 | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 8 | |
Patrick Williams | befcd7d | 2017-08-09 17:09:13 -0500 | [diff] [blame] | 9 | DEPENDS += "pflash" |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 10 | RDEPENDS:${PN} += "pflash" |
Brad Bishop | 5f9be07 | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 11 | |
| 12 | SKELETON_DIR = "op-flasher" |