summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/flash/obmc-op-flasher.bb
blob: e70c3547438f0bc19021524fc1701873a0a78269 (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "OpenPOWER flashing utility."
DESCRIPTION = "A BMC/BIOS flashing utility for use on OpenPOWER system."
PR = "r1"

inherit skeleton-gdbus
inherit pkgconfig

DEPENDS += "pflash"
RDEPENDS_${PN} += "pflash"

SKELETON_DIR = "op-flasher"