blob: 4818c20ed0927b0c3e52f27af340b1b6f5c0f1ee [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."
Ed Tanous9936f862022-09-19 09:13:20 -07003DEPENDS += "pflash"
Patrick Venture67321132018-10-09 20:15:53 -07004PV = "1.0+git${SRCPV}"
Ed Tanous9936f862022-09-19 09:13:20 -07005PR = "r1"
6
7SKELETON_DIR = "op-flasher"
Brad Bishop5f9be072016-06-27 14:53:52 -04008
9inherit skeleton-gdbus
Brad Bishop92673622018-01-26 21:30:17 -050010inherit pkgconfig
Brad Bishop5f9be072016-06-27 14:53:52 -040011
Patrick Williams12fc9392021-08-06 09:16:53 -050012RDEPENDS:${PN} += "pflash"