blob: fe9473f6b8333d425a85221d30fd7634b030e5f1 [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenPOWER flashing utility."
2DESCRIPTION = "A BMC/BIOS flashing utility for use on OpenPOWER system."
3PR = "r1"
Patrick Venture379d7172018-10-09 20:15:53 -07004PV = "1.0+git${SRCPV}"
Brad Bishop86ee1cf2016-06-27 14:53:52 -04005
6inherit skeleton-gdbus
Brad Bishop09523bb2018-01-26 21:30:17 -05007inherit pkgconfig
Brad Bishop86ee1cf2016-06-27 14:53:52 -04008
Patrick Williamsc1e65222017-08-09 17:09:13 -05009DEPENDS += "pflash"
10RDEPENDS_${PN} += "pflash"
Brad Bishop86ee1cf2016-06-27 14:53:52 -040011
12SKELETON_DIR = "op-flasher"