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