summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/flash/obmc-op-flasher.bb
blob: 99085002a714f936071b5842699639fc3a517739 (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

# DEPEND,RDEPEND on pflash if the openpower-pflash machine feature is set.
PACKAGECONFIG ??= "${@bb.utils.contains('MACHINE_FEATURES', 'openpower-pflash', 'openpower-pflash', '', d)}"
PACKAGECONFIG[openpower-pflash] = ",,pflash,pflash"

SKELETON_DIR = "op-flasher"
OpenPOWER on IntegriCloud